Html Css Color HEX #062810 Deep Fir

📋 copy color: '#062810'

red 6 ◦ green 40 ◦ blue 16

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

Shades of Deep Fir #062810

Tints of Deep Fir #062810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 64.52%

 BLUE value IS 16 (6.64% from 255) = 25.81%

R = 9.68%
G = 64.52%
B = 25.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#062810 (or 0x062810) is known color: Deep Fir. HEX triplet: 06, 28 and 10. RGB value is (6,40,16). Sum of RGB (Red+Green+Blue) = 6+40+16=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #062810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062810 is #F9D7EF. Grayscale: #1B1B1B. Windows color (decimal): -16373744 or 1058822. OLE color: 1058822.

HSL color Cylindrical-coordinate representation of color #062810: hue angle of 137.65º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062810 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 40 16 -
CMYK 0.85 0 0.60 0.84
HSL 137.65º 0.74% 0.09% -
HSV(B) 137.65º 0.85% 0.16% -
XYZ 0.93 1.59 0.75 -
YUV 27.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 6 40 16 0.85 0 0.60 0.84 137.65 0.74 0.09
Hex 6 28 10 55 0 3C 54 8A 4A 9
Octal 6 50 20 125 0 74 124 212 112 11
Binary 110 101000 10000 1010101 0 111100 1010100 10001010 1001010 1001

Color Harmonies of #062810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062810

Black with #062810

Text Example


Text Example

White with #062810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062810; }

 p { color: rgb(6,40,16); }

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

background-color css

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

 a { background-color: rgb(6,40,16); }

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

border-color css

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

 span { border-color: rgb(6,40,16); }

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