Html Css Color HEX #664015 Dark Brown

📋 copy color: '#664015'

red 102 ◦ green 64 ◦ blue 21

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

Shades of Dark Brown #664015

Tints of Dark Brown #664015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.23%

R = 54.55%
G = 34.22%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#664015 (or 0x664015) is known color: Dark Brown. HEX triplet: 66, 40 and 15. RGB value is (102,64,21). Sum of RGB (Red+Green+Blue) = 102+64+21=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #664015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664015 is #99BFEA. Grayscale: #464646. Windows color (decimal): -10076139 or 1392742. OLE color: 1392742.

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

Color convert

RGB 102 64 21 -
CMYK 0 0.37 0.79 0.6
HSL 31.85º 0.66% 0.24% -
HSV(B) 31.85º 0.79% 0.4% -
XYZ 7.45 6.55 1.58 -
YUV 70.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 102 64 21 0 0.37 0.79 0.6 31.85 0.66 0.24
Hex 66 40 15 0 25 4F 3C 20 42 18
Octal 146 100 25 0 45 117 74 40 102 30
Binary 1100110 1000000 10101 0 100101 1001111 111100 100000 1000010 11000

Color Harmonies of #664015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664015

Black with #664015

Text Example


Text Example

White with #664015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664015; }

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

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

background-color css

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

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

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

border-color css

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

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

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