Html Css Color HEX #664018 Dark Brown

📋 copy color: '#664018'

red 102 ◦ green 64 ◦ blue 24

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

Shades of Dark Brown #664018

Tints of Dark Brown #664018

RGB

 RED value IS 102 (40.23% from 255) = 53.68%

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

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 53.68%
G = 33.68%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#664018 (or 0x664018) is known color: Dark Brown. HEX triplet: 66, 40 and 18. RGB value is (102,64,24). Sum of RGB (Red+Green+Blue) = 102+64+24=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #664018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664018 is #99BFE7. Grayscale: #474747. Windows color (decimal): -10076136 or 1589350. OLE color: 1589350.

HSL color Cylindrical-coordinate representation of color #664018: hue angle of 30.77º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664018 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 24 -
CMYK 0 0.37 0.76 0.6
HSL 30.77º 0.62% 0.25% -
HSV(B) 30.77º 0.76% 0.4% -
XYZ 7.48 6.56 1.74 -
YUV 70.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 102 64 24 0 0.37 0.76 0.6 30.77 0.62 0.25
Hex 66 40 18 0 25 4C 3C 1F 3E 19
Octal 146 100 30 0 45 114 74 37 76 31
Binary 1100110 1000000 11000 0 100101 1001100 111100 11111 111110 11001

Color Harmonies of #664018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664018

Black with #664018

Text Example


Text Example

White with #664018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664018; }

 p { color: rgb(102,64,24); }

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

background-color css

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

 a { background-color: rgb(102,64,24); }

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

border-color css

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

 span { border-color: rgb(102,64,24); }

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