Html Css Color HEX #664121 Dark Brown

📋 copy color: '#664121'

red 102 ◦ green 65 ◦ blue 33

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

Shades of Dark Brown #664121

Tints of Dark Brown #664121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 33 (13.28% from 255) = 16.5%

R = 51%
G = 32.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#664121 (or 0x664121) is known color: Dark Brown. HEX triplet: 66, 41 and 21. RGB value is (102,65,33). Sum of RGB (Red+Green+Blue) = 102+65+33=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #664121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664121 is #99BEDE. Grayscale: #484848. Windows color (decimal): -10075871 or 2179430. OLE color: 2179430.

HSL color Cylindrical-coordinate representation of color #664121: hue angle of 27.83º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #664121 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 65 33 -
CMYK 0 0.36 0.68 0.6
HSL 27.83º 0.51% 0.26% -
HSV(B) 27.83º 0.68% 0.4% -
XYZ 7.64 6.72 2.33 -
YUV 72.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 102 65 33 0 0.36 0.68 0.6 27.83 0.51 0.26
Hex 66 41 21 0 24 44 3C 1C 33 1A
Octal 146 101 41 0 44 104 74 34 63 32
Binary 1100110 1000001 100001 0 100100 1000100 111100 11100 110011 11010

Color Harmonies of #664121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664121

Black with #664121

Text Example


Text Example

White with #664121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664121; }

 p { color: rgb(102,65,33); }

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

background-color css

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

 a { background-color: rgb(102,65,33); }

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

border-color css

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

 span { border-color: rgb(102,65,33); }

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