Html Css Color HEX #06310B Deep Fir

📋 copy color: '#06310B'

red 6 ◦ green 49 ◦ blue 11

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

Shades of Deep Fir #06310B

Tints of Deep Fir #06310B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 74.24%

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

R = 9.09%
G = 74.24%
B = 16.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.81

RGB Variations

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

Color information

#06310B (or 0x06310B) is known color: Deep Fir. HEX triplet: 06, 31 and 0B. RGB value is (6,49,11). Sum of RGB (Red+Green+Blue) = 6+49+11=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 49 (19.53% from 255 or 74.24% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 49 - color contains mainly: green. Hex color #06310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06310B is #F9CEF4. Grayscale: #1F1F1F. Windows color (decimal): -16371445 or 733446. OLE color: 733446.

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

Color convert

RGB 6 49 11 -
CMYK 0.88 0 0.78 0.81
HSL 126.98º 0.78% 0.11% -
HSV(B) 126.98º 0.88% 0.19% -
XYZ 1.23 2.26 0.69 -
YUV 31.81 116.25 109.59 -
System Red Green Blue C M Y K H S L
Decimal 6 49 11 0.88 0 0.78 0.81 126.98 0.78 0.11
Hex 6 31 B 58 0 4E 51 7F 4E B
Octal 6 61 13 130 0 116 121 177 116 13
Binary 110 110001 1011 1011000 0 1001110 1010001 1111111 1001110 1011

Color Harmonies of #06310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06310B

Black with #06310B

Text Example


Text Example

White with #06310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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