Html Css Color HEX #06200D Deep Fir

📋 copy color: '#06200D'

red 6 ◦ green 32 ◦ blue 13

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

Shades of Deep Fir #06200D

Tints of Deep Fir #06200D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 62.75%

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

R = 11.76%
G = 62.75%
B = 25.49%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.87

RGB Variations

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

Color information

#06200D (or 0x06200D) is known color: Deep Fir. HEX triplet: 06, 20 and 0D. RGB value is (6,32,13). Sum of RGB (Red+Green+Blue) = 6+32+13=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 13 (5.47% from 255 or 25.49% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #06200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06200D is #F9DFF2. Grayscale: #161616. Windows color (decimal): -16375795 or 860166. OLE color: 860166.

HSL color Cylindrical-coordinate representation of color #06200D: hue angle of 136.15º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06200D is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 32 13 -
CMYK 0.81 0 0.59 0.87
HSL 136.15º 0.68% 0.07% -
HSV(B) 136.15º 0.81% 0.13% -
XYZ 0.66 1.1 0.56 -
YUV 22.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 6 32 13 0.81 0 0.59 0.87 136.15 0.68 0.07
Hex 6 20 D 51 0 3B 57 88 44 7
Octal 6 40 15 121 0 73 127 210 104 7
Binary 110 100000 1101 1010001 0 111011 1010111 10001000 1000100 111

Color Harmonies of #06200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06200D

Black with #06200D

Text Example


Text Example

White with #06200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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