Html Css Color HEX #06330E Deep Fir

📋 copy color: '#06330E'

red 6 ◦ green 51 ◦ blue 14

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

Shades of Deep Fir #06330E

Tints of Deep Fir #06330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 71.83%

 BLUE value IS 14 (5.86% from 255) = 19.72%

R = 8.45%
G = 71.83%
B = 19.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#06330E (or 0x06330E) is known color: Deep Fir. HEX triplet: 06, 33 and 0E. RGB value is (6,51,14). Sum of RGB (Red+Green+Blue) = 6+51+14=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #06330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06330E is #F9CCF1. Grayscale: #212121. Windows color (decimal): -16370930 or 930566. OLE color: 930566.

HSL color Cylindrical-coordinate representation of color #06330E: hue angle of 130.67º 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 #06330E is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 6 51 14 -
CMYK 0.88 0 0.73 0.8
HSL 130.67º 0.79% 0.11% -
HSV(B) 130.67º 0.88% 0.2% -
XYZ 1.34 2.44 0.82 -
YUV 33.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 6 51 14 0.88 0 0.73 0.8 130.67 0.79 0.11
Hex 6 33 E 58 0 49 50 83 4F B
Octal 6 63 16 130 0 111 120 203 117 13
Binary 110 110011 1110 1011000 0 1001001 1010000 10000011 1001111 1011

Color Harmonies of #06330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06330E

Black with #06330E

Text Example


Text Example

White with #06330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06330E; }

 p { color: rgb(6,51,14); }

 H1.HeaderClassName
 {
   color: #06330E;
 }
 .AnyTagClassName
 {
   color: #06330E;
 }
</style>

background-color css

<style>
 a { background-color: #06330E; }

 a { background-color: rgb(6,51,14); }

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

border-color css

<style>
 span { border-color: #06330E; }

 span { border-color: rgb(6,51,14); }

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