Html Css Color HEX #605352 Congo Brown

📋 copy color: '#605352'

red 96 ◦ green 83 ◦ blue 82

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

Shades of Congo Brown #605352

Tints of Congo Brown #605352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 36.78%
G = 31.8%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#605352 (or 0x605352) is known color: Congo Brown. HEX triplet: 60, 53 and 52. RGB value is (96,83,82). Sum of RGB (Red+Green+Blue) = 96+83+82=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #605352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605352 is #9FACAD. Grayscale: #565656. Windows color (decimal): -10464430 or 5395296. OLE color: 5395296.

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

Color convert

RGB 96 83 82 -
CMYK 0 0.14 0.15 0.62
HSL 4.29º 0.08% 0.35% -
HSV(B) 4.29º 0.15% 0.38% -
XYZ 9.44 9.28 9.28 -
YUV 86.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 96 83 82 0 0.14 0.15 0.62 4.29 0.08 0.35
Hex 60 53 52 0 E F 3E 4 8 23
Octal 140 123 122 0 16 17 76 4 10 43
Binary 1100000 1010011 1010010 0 1110 1111 111110 100 1000 100011

Color Harmonies of #605352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605352

Black with #605352

Text Example


Text Example

White with #605352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605352; }

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

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

background-color css

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

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

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

border-color css

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

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

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