Html Css Color HEX #06280D Deep Fir

📋 copy color: '#06280D'

red 6 ◦ green 40 ◦ blue 13

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

Shades of Deep Fir #06280D

Tints of Deep Fir #06280D

RGB

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

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

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

R = 10.17%
G = 67.8%
B = 22.03%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.84

RGB Variations

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

Color information

#06280D (or 0x06280D) is known color: Deep Fir. HEX triplet: 06, 28 and 0D. RGB value is (6,40,13). Sum of RGB (Red+Green+Blue) = 6+40+13=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 40 (16.02% from 255 or 67.80% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 40 - color contains mainly: green. Hex color #06280D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06280D is #F9D7F2. Grayscale: #1A1A1A. Windows color (decimal): -16373747 or 862214. OLE color: 862214.

HSL color Cylindrical-coordinate representation of color #06280D: hue angle of 132.35º 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 #06280D is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 40 13 -
CMYK 0.85 0 0.67 0.84
HSL 132.35º 0.74% 0.09% -
HSV(B) 132.35º 0.85% 0.16% -
XYZ 0.91 1.59 0.64 -
YUV 26.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 6 40 13 0.85 0 0.67 0.84 132.35 0.74 0.09
Hex 6 28 D 55 0 43 54 84 4A 9
Octal 6 50 15 125 0 103 124 204 112 11
Binary 110 101000 1101 1010101 0 1000011 1010100 10000100 1001010 1001

Color Harmonies of #06280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06280D

Black with #06280D

Text Example


Text Example

White with #06280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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