#06380F

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

Shades of Deep Fir #06380F

Tints of Deep Fir #06380F

Color information

#06380F (or 0x06380F) is unknown color: approx Deep Fir. HEX triplet: 06, 38 and 0F. RGB value is (6,56,15). Sum of RGB (Red+Green+Blue) = 6+56+15=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #06380F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06380F is #F9C7F0. Grayscale: #242424. Windows color (decimal): -16369649 or 997382. OLE color: 997382.

HSL color Cylindrical-coordinate representation of color #06380F: hue angle of 130.8º 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 #06380F is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB65615-
CMYK0.8900.730.78
HSL130.8º80.65%12.16%-
HSV(B)130.8º89.29%21.96%-
XYZ1.582.90.93-
YUV36.38115.94106.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 56 (22.27% from 255) = 72.73%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=7.79%
G=72.73%
B=19.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal656150.8900.730.78130.880.6512.16
Hex638F590494E8351c
Octal67017131011111620312114
Binary110111000111110110010100100110011101000001110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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