Html Css Color HEX #605350 Congo Brown

📋 copy color: '#605350'

red 96 ◦ green 83 ◦ blue 80

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

Shades of Congo Brown #605350

Tints of Congo Brown #605350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.89%

R = 37.07%
G = 32.05%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#605350 (or 0x605350) is known color: Congo Brown. HEX triplet: 60, 53 and 50. RGB value is (96,83,80). Sum of RGB (Red+Green+Blue) = 96+83+80=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #605350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605350 is #9FACAF. Grayscale: #565656. Windows color (decimal): -10464432 or 5264224. OLE color: 5264224.

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

Color convert

RGB 96 83 80 -
CMYK 0 0.14 0.17 0.62
HSL 11.25º 0.09% 0.35% -
HSV(B) 11.25º 0.17% 0.38% -
XYZ 9.37 9.25 8.88 -
YUV 86.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 96 83 80 0 0.14 0.17 0.62 11.25 0.09 0.35
Hex 60 53 50 0 E 11 3E B 9 23
Octal 140 123 120 0 16 21 76 13 11 43
Binary 1100000 1010011 1010000 0 1110 10001 111110 1011 1001 100011

Color Harmonies of #605350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605350

Black with #605350

Text Example


Text Example

White with #605350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605350; }

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

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

background-color css

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

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

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

border-color css

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

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

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