Html Css Color HEX #06360E Deep Fir

📋 copy color: '#06360E'

red 6 ◦ green 54 ◦ blue 14

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

Shades of Deep Fir #06360E

Tints of Deep Fir #06360E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 72.97%

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

R = 8.11%
G = 72.97%
B = 18.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#06360E (or 0x06360E) is known color: Deep Fir. HEX triplet: 06, 36 and 0E. RGB value is (6,54,14). Sum of RGB (Red+Green+Blue) = 6+54+14=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #06360E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360E is #F9C9F1. Grayscale: #232323. Windows color (decimal): -16370162 or 931334. OLE color: 931334.

HSL color Cylindrical-coordinate representation of color #06360E: hue angle of 130º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06360E is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 54 14 -
CMYK 0.89 0 0.74 0.79
HSL 130º 0.8% 0.12% -
HSV(B) 130º 0.89% 0.21% -
XYZ 1.47 2.71 0.86 -
YUV 35.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 6 54 14 0.89 0 0.74 0.79 130 0.8 0.12
Hex 6 36 E 59 0 4A 4F 82 50 C
Octal 6 66 16 131 0 112 117 202 120 14
Binary 110 110110 1110 1011001 0 1001010 1001111 10000010 1010000 1100

Color Harmonies of #06360E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06360E

Black with #06360E

Text Example


Text Example

White with #06360E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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