Html Css Color HEX #06360D Deep Fir

📋 copy color: '#06360D'

red 6 ◦ green 54 ◦ blue 13

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

Shades of Deep Fir #06360D

Tints of Deep Fir #06360D

RGB

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

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

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

R = 8.22%
G = 73.97%
B = 17.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#06360D (or 0x06360D) is known color: Deep Fir. HEX triplet: 06, 36 and 0D. RGB value is (6,54,13). Sum of RGB (Red+Green+Blue) = 6+54+13=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 54 (21.48% from 255 or 73.97% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 54 - color contains mainly: green. Hex color #06360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06360D is #F9C9F2. Grayscale: #232323. Windows color (decimal): -16370163 or 865798. OLE color: 865798.

HSL color Cylindrical-coordinate representation of color #06360D: hue angle of 128.75º 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 #06360D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 54 13 -
CMYK 0.89 0 0.76 0.79
HSL 128.75º 0.8% 0.12% -
HSV(B) 128.75º 0.89% 0.21% -
XYZ 1.47 2.71 0.83 -
YUV 34.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 6 54 13 0.89 0 0.76 0.79 128.75 0.8 0.12
Hex 6 36 D 59 0 4C 4F 81 50 C
Octal 6 66 15 131 0 114 117 201 120 14
Binary 110 110110 1101 1011001 0 1001100 1001111 10000001 1010000 1100

Color Harmonies of #06360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06360D

Black with #06360D

Text Example


Text Example

White with #06360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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