Html Css Color HEX #06400F Deep Fir

📋 copy color: '#06400F'

red 6 ◦ green 64 ◦ blue 15

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

Shades of Deep Fir #06400F

Tints of Deep Fir #06400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 75.29%

 BLUE value IS 15 (6.25% from 255) = 17.65%

R = 7.06%
G = 75.29%
B = 17.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#06400F (or 0x06400F) is known color: Deep Fir. HEX triplet: 06, 40 and 0F. RGB value is (6,64,15). Sum of RGB (Red+Green+Blue) = 6+64+15=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #06400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06400F is #F9BFF0. Grayscale: #292929. Windows color (decimal): -16367601 or 999430. OLE color: 999430.

HSL color Cylindrical-coordinate representation of color #06400F: hue angle of 129.31º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06400F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 15 -
CMYK 0.91 0 0.77 0.75
HSL 129.31º 0.83% 0.14% -
HSV(B) 129.31º 0.91% 0.25% -
XYZ 1.99 3.74 1.07 -
YUV 41.07 113.28 102.98 -
System Red Green Blue C M Y K H S L
Decimal 6 64 15 0.91 0 0.77 0.75 129.31 0.83 0.14
Hex 6 40 F 5B 0 4D 4B 81 53 E
Octal 6 100 17 133 0 115 113 201 123 16
Binary 110 1000000 1111 1011011 0 1001101 1001011 10000001 1010011 1110

Color Harmonies of #06400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06400F

Black with #06400F

Text Example


Text Example

White with #06400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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