#06350D

Color #06350D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #06350D

Tints of Deep Fir #06350D

Color information

#06350D (or 0x06350D) is unknown color: approx Deep Fir. HEX triplet: 06, 35 and 0D. RGB value is (6,53,13). Sum of RGB (Red+Green+Blue) = 6+53+13=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 53 (21.09% from 255 or 73.61% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 53 - color contains mainly: green. Hex color #06350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06350D is #F9CAF2. Grayscale: #222222. Windows color (decimal): -16370419 or 865542. OLE color: 865542.

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

Color convert

RGB65313-
CMYK0.8900.750.79
HSL128.94º79.66%11.57%-
HSV(B)128.94º88.68%20.78%-
XYZ1.422.610.81-
YUV34.39115.93107.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 53 (21.09% from 255) = 73.61%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=8.33%
G=73.61%
B=18.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal653130.8900.750.79128.9479.6611.57
Hex635D5904B4F8150c
Octal66515131011311720112014
Binary110110101110110110010100101110011111000000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06350D;
 }
 .AnyTagClassName
 {
   color: #06350D;
 }
</style>
background-color css

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

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

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

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

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

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