Html Css Color HEX #664625 Dark Brown

📋 copy color: '#664625'

red 102 ◦ green 70 ◦ blue 37

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

Shades of Dark Brown #664625

Tints of Dark Brown #664625

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.7%

R = 48.8%
G = 33.49%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#664625 (or 0x664625) is known color: Dark Brown. HEX triplet: 66, 46 and 25. RGB value is (102,70,37). Sum of RGB (Red+Green+Blue) = 102+70+37=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664625 is #99B9DA. Grayscale: #4B4B4B. Windows color (decimal): -10074587 or 2442854. OLE color: 2442854.

HSL color Cylindrical-coordinate representation of color #664625: hue angle of 30.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664625 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 37 -
CMYK 0 0.31 0.64 0.6
HSL 30.46º 0.47% 0.27% -
HSV(B) 30.46º 0.64% 0.4% -
XYZ 8 7.34 2.74 -
YUV 75.81 106.1 146.68 -
System Red Green Blue C M Y K H S L
Decimal 102 70 37 0 0.31 0.64 0.6 30.46 0.47 0.27
Hex 66 46 25 0 1F 40 3C 1E 2F 1B
Octal 146 106 45 0 37 100 74 36 57 33
Binary 1100110 1000110 100101 0 11111 1000000 111100 11110 101111 11011

Color Harmonies of #664625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664625

Black with #664625

Text Example


Text Example

White with #664625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664625; }

 p { color: rgb(102,70,37); }

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

background-color css

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

 a { background-color: rgb(102,70,37); }

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

border-color css

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

 span { border-color: rgb(102,70,37); }

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