Html Css Color HEX #664642 Congo Brown

📋 copy color: '#664642'

red 102 ◦ green 70 ◦ blue 66

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

Shades of Congo Brown #664642

Tints of Congo Brown #664642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.73%

R = 42.86%
G = 29.41%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#664642 (or 0x664642) is known color: Congo Brown. HEX triplet: 66, 46 and 42. RGB value is (102,70,66). Sum of RGB (Red+Green+Blue) = 102+70+66=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664642 is #99B9BD. Grayscale: #4F4F4F. Windows color (decimal): -10074558 or 4343398. OLE color: 4343398.

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

Color convert

RGB 102 70 66 -
CMYK 0 0.31 0.35 0.6
HSL 6.67º 0.21% 0.33% -
HSV(B) 6.67º 0.35% 0.4% -
XYZ 8.65 7.6 6.16 -
YUV 79.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 102 70 66 0 0.31 0.35 0.6 6.67 0.21 0.33
Hex 66 46 42 0 1F 23 3C 7 15 21
Octal 146 106 102 0 37 43 74 7 25 41
Binary 1100110 1000110 1000010 0 11111 100011 111100 111 10101 100001

Color Harmonies of #664642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664642

Black with #664642

Text Example


Text Example

White with #664642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664642; }

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

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

background-color css

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

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

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

border-color css

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

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

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