Html Css Color HEX #605553 Congo Brown

📋 copy color: '#605553'

red 96 ◦ green 85 ◦ blue 83

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

Shades of Congo Brown #605553

Tints of Congo Brown #605553

RGB

 RED value IS 96 (37.89% from 255) = 36.36%

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 36.36%
G = 32.2%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#605553 (or 0x605553) is known color: Congo Brown. HEX triplet: 60, 55 and 53. RGB value is (96,85,83). Sum of RGB (Red+Green+Blue) = 96+85+83=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 96 - color contains mainly: red. Hex color #605553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605553 is #9FAAAC. Grayscale: #585858. Windows color (decimal): -10463917 or 5461344. OLE color: 5461344.

HSL color Cylindrical-coordinate representation of color #605553: hue angle of 9.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605553 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 85 83 -
CMYK 0 0.11 0.14 0.62
HSL 9.23º 0.07% 0.35% -
HSV(B) 9.23º 0.14% 0.38% -
XYZ 9.63 9.61 9.53 -
YUV 88.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 96 85 83 0 0.11 0.14 0.62 9.23 0.07 0.35
Hex 60 55 53 0 B E 3E 9 7 23
Octal 140 125 123 0 13 16 76 11 7 43
Binary 1100000 1010101 1010011 0 1011 1110 111110 1001 111 100011

Color Harmonies of #605553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605553

Black with #605553

Text Example


Text Example

White with #605553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605553; }

 p { color: rgb(96,85,83); }

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

background-color css

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

 a { background-color: rgb(96,85,83); }

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

border-color css

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

 span { border-color: rgb(96,85,83); }

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