Html Css Color HEX #664441 Congo Brown

📋 copy color: '#664441'

red 102 ◦ green 68 ◦ blue 65

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

Shades of Congo Brown #664441

Tints of Congo Brown #664441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 43.4%
G = 28.94%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#664441 (or 0x664441) is known color: Congo Brown. HEX triplet: 66, 44 and 41. RGB value is (102,68,65). Sum of RGB (Red+Green+Blue) = 102+68+65=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664441 is #99BBBE. Grayscale: #4D4D4D. Windows color (decimal): -10075071 or 4277350. OLE color: 4277350.

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

Color convert

RGB 102 68 65 -
CMYK 0 0.33 0.36 0.6
HSL 4.86º 0.22% 0.33% -
HSV(B) 4.86º 0.36% 0.4% -
XYZ 8.5 7.34 5.97 -
YUV 77.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 102 68 65 0 0.33 0.36 0.6 4.86 0.22 0.33
Hex 66 44 41 0 21 24 3C 5 16 21
Octal 146 104 101 0 41 44 74 5 26 41
Binary 1100110 1000100 1000001 0 100001 100100 111100 101 10110 100001

Color Harmonies of #664441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664441

Black with #664441

Text Example


Text Example

White with #664441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664441; }

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

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

background-color css

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

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

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

border-color css

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

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

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