Html Css Color HEX #06410F Deep Fir

📋 copy color: '#06410F'

red 6 ◦ green 65 ◦ blue 15

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

Shades of Deep Fir #06410F

Tints of Deep Fir #06410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 75.58%

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

R = 6.98%
G = 75.58%
B = 17.44%

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

#06410F (or 0x06410F) is known color: Deep Fir. HEX triplet: 06, 41 and 0F. RGB value is (6,65,15). Sum of RGB (Red+Green+Blue) = 6+65+15=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 65 (25.78% from 255 or 75.58% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 65 - color contains mainly: green. Hex color #06410F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06410F is #F9BEF0. Grayscale: #292929. Windows color (decimal): -16367345 or 999686. OLE color: 999686.

HSL color Cylindrical-coordinate representation of color #06410F: hue angle of 129.15º 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 #06410F is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 65 15 -
CMYK 0.91 0 0.77 0.75
HSL 129.15º 0.83% 0.14% -
HSV(B) 129.15º 0.91% 0.25% -
XYZ 2.05 3.85 1.09 -
YUV 41.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 6 65 15 0.91 0 0.77 0.75 129.15 0.83 0.14
Hex 6 41 F 5B 0 4D 4B 81 53 E
Octal 6 101 17 133 0 115 113 201 123 16
Binary 110 1000001 1111 1011011 0 1001101 1001011 10000001 1010011 1110

Color Harmonies of #06410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06410F

Black with #06410F

Text Example


Text Example

White with #06410F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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