#06380D

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

Shades of Deep Fir #06380D

Tints of Deep Fir #06380D

Color information

#06380D (or 0x06380D) is unknown color: approx Deep Fir. HEX triplet: 06, 38 and 0D. RGB value is (6,56,13). Sum of RGB (Red+Green+Blue) = 6+56+13=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #06380D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380D is #F9C7F2. Grayscale: #242424. Windows color (decimal): -16369651 or 866310. OLE color: 866310.

HSL color Cylindrical-coordinate representation of color #06380D: hue angle of 128.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06380D is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB65613-
CMYK0.8900.770.78
HSL128.4º80.65%12.16%-
HSV(B)128.4º89.29%21.96%-
XYZ1.562.90.86-
YUV36.15114.94106.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 56 (22.27% from 255) = 74.67%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=8%
G=74.67%
B=17.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656130.8900.770.78128.480.6512.16
Hex638D5904D4E8051c
Octal67015131011511620012114
Binary110111000110110110010100110110011101000000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06380D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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