Html Css Color HEX #06210D Deep Fir

📋 copy color: '#06210D'

red 6 ◦ green 33 ◦ blue 13

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

Shades of Deep Fir #06210D

Tints of Deep Fir #06210D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 63.46%

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

R = 11.54%
G = 63.46%
B = 25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#06210D (or 0x06210D) is known color: Deep Fir. HEX triplet: 06, 21 and 0D. RGB value is (6,33,13). Sum of RGB (Red+Green+Blue) = 6+33+13=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #06210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210D is #F9DEF2. Grayscale: #161616. Windows color (decimal): -16375539 or 860422. OLE color: 860422.

HSL color Cylindrical-coordinate representation of color #06210D: hue angle of 135.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #06210D is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.87.

Color convert

RGB 6 33 13 -
CMYK 0.82 0 0.61 0.87
HSL 135.56º 0.69% 0.08% -
HSV(B) 135.56º 0.82% 0.13% -
XYZ 0.69 1.16 0.57 -
YUV 22.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 6 33 13 0.82 0 0.61 0.87 135.56 0.69 0.08
Hex 6 21 D 52 0 3D 57 88 45 8
Octal 6 41 15 122 0 75 127 210 105 10
Binary 110 100001 1101 1010010 0 111101 1010111 10001000 1000101 1000

Color Harmonies of #06210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06210D

Black with #06210D

Text Example


Text Example

White with #06210D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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