Html Css Color HEX #062C0D Deep Fir

📋 copy color: '#062C0D'

red 6 ◦ green 44 ◦ blue 13

#062C0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #062C0D

Tints of Deep Fir #062C0D

RGB

 RED value IS 6 (2.73% from 255) = 9.52%

 GREEN value IS 44 (17.58% from 255) = 69.84%

 BLUE value IS 13 (5.47% from 255) = 20.63%

R = 9.52%
G = 69.84%
B = 20.63%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.83

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#062C0D (or 0x062C0D) is known color: Deep Fir. HEX triplet: 06, 2C and 0D. RGB value is (6,44,13). Sum of RGB (Red+Green+Blue) = 6+44+13=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 44 (17.58% from 255 or 69.84% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 44 - color contains mainly: green. Hex color #062C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C0D is #F9D3F2. Grayscale: #1D1D1D. Windows color (decimal): -16372723 or 863238. OLE color: 863238.

HSL color Cylindrical-coordinate representation of color #062C0D: hue angle of 131.05º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C0D is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 44 13 -
CMYK 0.86 0 0.70 0.83
HSL 131.05º 0.76% 0.1% -
HSV(B) 131.05º 0.86% 0.17% -
XYZ 1.05 1.87 0.69 -
YUV 29.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 6 44 13 0.86 0 0.70 0.83 131.05 0.76 0.1
Hex 6 2C D 56 0 46 53 83 4C A
Octal 6 54 15 126 0 106 123 203 114 12
Binary 110 101100 1101 1010110 0 1000110 1010011 10000011 1001100 1010

Color Harmonies of #062C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C0D

Black with #062C0D

Text Example


Text Example

White with #062C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062C0D; }

 p { color: rgb(6,44,13); }

 H1.HeaderClassName
 {
   color: #062C0D;
 }
 .AnyTagClassName
 {
   color: #062C0D;
 }
</style>

background-color css

<style>
 a { background-color: #062C0D; }

 a { background-color: rgb(6,44,13); }

 div.DivClassName
 {
   background-color: #062C0D;
 }
 .BgClassName
 {
   background-color: #062C0D;
 }
</style>

border-color css

<style>
 span { border-color: #062C0D; }

 span { border-color: rgb(6,44,13); }

 td.TdClassName
 {
   border-color: #062C0D;
 }
 .TagClassName
 {
   border-color: #062C0D;
 }
</style>