Html Css Color HEX #064617 Deep Fir

📋 copy color: '#064617'

red 6 ◦ green 70 ◦ blue 23

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

Shades of Deep Fir #064617

Tints of Deep Fir #064617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 70.71%

 BLUE value IS 23 (9.38% from 255) = 23.23%

R = 6.06%
G = 70.71%
B = 23.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#064617 (or 0x064617) is known color: Deep Fir. HEX triplet: 06, 46 and 17. RGB value is (6,70,23). Sum of RGB (Red+Green+Blue) = 6+70+23=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #064617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064617 is #F9B9E8. Grayscale: #2D2D2D. Windows color (decimal): -16366057 or 1525254. OLE color: 1525254.

HSL color Cylindrical-coordinate representation of color #064617: hue angle of 135.94º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064617 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 23 -
CMYK 0.91 0 0.67 0.73
HSL 135.94º 0.84% 0.15% -
HSV(B) 135.94º 0.91% 0.27% -
XYZ 2.42 4.48 1.55 -
YUV 45.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 6 70 23 0.91 0 0.67 0.73 135.94 0.84 0.15
Hex 6 46 17 5B 0 43 49 88 54 F
Octal 6 106 27 133 0 103 111 210 124 17
Binary 110 1000110 10111 1011011 0 1000011 1001001 10001000 1010100 1111

Color Harmonies of #064617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064617

Black with #064617

Text Example


Text Example

White with #064617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064617; }

 p { color: rgb(6,70,23); }

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

background-color css

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

 a { background-color: rgb(6,70,23); }

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

border-color css

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

 span { border-color: rgb(6,70,23); }

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