Html Css Color HEX #064017 Deep Fir

📋 copy color: '#064017'

red 6 ◦ green 64 ◦ blue 23

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

Shades of Deep Fir #064017

Tints of Deep Fir #064017

RGB

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

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

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

R = 6.45%
G = 68.82%
B = 24.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.75

RGB Variations

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

Color information

#064017 (or 0x064017) is known color: Deep Fir. HEX triplet: 06, 40 and 17. RGB value is (6,64,23). Sum of RGB (Red+Green+Blue) = 6+64+23=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 23 (9.38% from 255 or 24.73% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #064017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064017 is #F9BFE8. Grayscale: #2A2A2A. Windows color (decimal): -16367593 or 1523718. OLE color: 1523718.

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

Color convert

RGB 6 64 23 -
CMYK 0.91 0 0.64 0.75
HSL 137.59º 0.83% 0.14% -
HSV(B) 137.59º 0.91% 0.25% -
XYZ 2.06 3.77 1.43 -
YUV 41.98 117.28 102.33 -
System Red Green Blue C M Y K H S L
Decimal 6 64 23 0.91 0 0.64 0.75 137.59 0.83 0.14
Hex 6 40 17 5B 0 40 4B 8A 53 E
Octal 6 100 27 133 0 100 113 212 123 16
Binary 110 1000000 10111 1011011 0 1000000 1001011 10001010 1010011 1110

Color Harmonies of #064017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064017

Black with #064017

Text Example


Text Example

White with #064017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064017; }

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

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

background-color css

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

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

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

border-color css

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

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

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