Html Css Color HEX #645855 Congo Brown

📋 copy color: '#645855'

red 100 ◦ green 88 ◦ blue 85

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

Shades of Congo Brown #645855

Tints of Congo Brown #645855

RGB

 RED value IS 100 (39.45% from 255) = 36.63%

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 36.63%
G = 32.23%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#645855 (or 0x645855) is known color: Congo Brown. HEX triplet: 64, 58 and 55. RGB value is (100,88,85). Sum of RGB (Red+Green+Blue) = 100+88+85=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 100 - color contains mainly: red. Hex color #645855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645855 is #9BA7AA. Grayscale: #5B5B5B. Windows color (decimal): -10201003 or 5593188. OLE color: 5593188.

HSL color Cylindrical-coordinate representation of color #645855: hue angle of 12º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645855 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 88 85 -
CMYK 0 0.12 0.15 0.61
HSL 12º 0.08% 0.36% -
HSV(B) 12º 0.15% 0.39% -
XYZ 10.38 10.34 10.04 -
YUV 91.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 100 88 85 0 0.12 0.15 0.61 12 0.08 0.36
Hex 64 58 55 0 C F 3D C 8 24
Octal 144 130 125 0 14 17 75 14 10 44
Binary 1100100 1011000 1010101 0 1100 1111 111101 1100 1000 100100

Color Harmonies of #645855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645855

Black with #645855

Text Example


Text Example

White with #645855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645855; }

 p { color: rgb(100,88,85); }

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

background-color css

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

 a { background-color: rgb(100,88,85); }

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

border-color css

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

 span { border-color: rgb(100,88,85); }

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