Html Css Color HEX #664321 Dark Brown

📋 copy color: '#664321'

red 102 ◦ green 67 ◦ blue 33

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

Shades of Dark Brown #664321

Tints of Dark Brown #664321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 50.5%
G = 33.17%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#664321 (or 0x664321) is known color: Dark Brown. HEX triplet: 66, 43 and 21. RGB value is (102,67,33). Sum of RGB (Red+Green+Blue) = 102+67+33=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #664321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664321 is #99BCDE. Grayscale: #494949. Windows color (decimal): -10075359 or 2179942. OLE color: 2179942.

HSL color Cylindrical-coordinate representation of color #664321: hue angle of 29.57º 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 #664321 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 33 -
CMYK 0 0.34 0.68 0.6
HSL 29.57º 0.51% 0.26% -
HSV(B) 29.57º 0.68% 0.4% -
XYZ 7.76 6.95 2.37 -
YUV 73.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 102 67 33 0 0.34 0.68 0.6 29.57 0.51 0.26
Hex 66 43 21 0 22 44 3C 1E 33 1A
Octal 146 103 41 0 42 104 74 36 63 32
Binary 1100110 1000011 100001 0 100010 1000100 111100 11110 110011 11010

Color Harmonies of #664321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664321

Black with #664321

Text Example


Text Example

White with #664321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664321; }

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

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

background-color css

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

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

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

border-color css

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

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

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