Html Css Color HEX #06320B Deep Fir

📋 copy color: '#06320B'

red 6 ◦ green 50 ◦ blue 11

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

Shades of Deep Fir #06320B

Tints of Deep Fir #06320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 74.63%

 BLUE value IS 11 (4.69% from 255) = 16.42%

R = 8.96%
G = 74.63%
B = 16.42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#06320B (or 0x06320B) is known color: Deep Fir. HEX triplet: 06, 32 and 0B. RGB value is (6,50,11). Sum of RGB (Red+Green+Blue) = 6+50+11=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #06320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06320B is #F9CDF4. Grayscale: #202020. Windows color (decimal): -16371189 or 733702. OLE color: 733702.

HSL color Cylindrical-coordinate representation of color #06320B: hue angle of 126.82º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #06320B is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 50 11 -
CMYK 0.88 0 0.78 0.80
HSL 126.82º 0.79% 0.11% -
HSV(B) 126.82º 0.88% 0.2% -
XYZ 1.28 2.34 0.7 -
YUV 32.4 115.92 109.17 -
System Red Green Blue C M Y K H S L
Decimal 6 50 11 0.88 0 0.78 0.80 126.82 0.79 0.11
Hex 6 32 B 58 0 4E 50 7F 4F B
Octal 6 62 13 130 0 116 120 177 117 13
Binary 110 110010 1011 1011000 0 1001110 1010000 1111111 1001111 1011

Color Harmonies of #06320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06320B

Black with #06320B

Text Example


Text Example

White with #06320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06320B; }

 p { color: rgb(6,50,11); }

 H1.HeaderClassName
 {
   color: #06320B;
 }
 .AnyTagClassName
 {
   color: #06320B;
 }
</style>

background-color css

<style>
 a { background-color: #06320B; }

 a { background-color: rgb(6,50,11); }

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

border-color css

<style>
 span { border-color: #06320B; }

 span { border-color: rgb(6,50,11); }

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