Html Css Color HEX #664526 Dark Brown

📋 copy color: '#664526'

red 102 ◦ green 69 ◦ blue 38

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

Shades of Dark Brown #664526

Tints of Dark Brown #664526

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 48.8%
G = 33.01%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.6

RGB Variations

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

Color information

#664526 (or 0x664526) is known color: Dark Brown. HEX triplet: 66, 45 and 26. RGB value is (102,69,38). Sum of RGB (Red+Green+Blue) = 102+69+38=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #664526 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664526 is #99BAD9. Grayscale: #4B4B4B. Windows color (decimal): -10074842 or 2508134. OLE color: 2508134.

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

Color convert

RGB 102 69 38 -
CMYK 0 0.32 0.63 0.6
HSL 29.06º 0.46% 0.27% -
HSV(B) 29.06º 0.63% 0.4% -
XYZ 7.96 7.22 2.81 -
YUV 75.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 102 69 38 0 0.32 0.63 0.6 29.06 0.46 0.27
Hex 66 45 26 0 20 3F 3C 1D 2E 1B
Octal 146 105 46 0 40 77 74 35 56 33
Binary 1100110 1000101 100110 0 100000 111111 111100 11101 101110 11011

Color Harmonies of #664526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664526

Black with #664526

Text Example


Text Example

White with #664526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664526; }

 p { color: rgb(102,69,38); }

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

background-color css

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

 a { background-color: rgb(102,69,38); }

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

border-color css

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

 span { border-color: rgb(102,69,38); }

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