Html Css Color HEX #605150 Congo Brown

📋 copy color: '#605150'

red 96 ◦ green 81 ◦ blue 80

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

Shades of Congo Brown #605150

Tints of Congo Brown #605150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

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

R = 37.35%
G = 31.52%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#605150 (or 0x605150) is known color: Congo Brown. HEX triplet: 60, 51 and 50. RGB value is (96,81,80). Sum of RGB (Red+Green+Blue) = 96+81+80=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #605150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605150 is #9FAEAF. Grayscale: #555555. Windows color (decimal): -10464944 or 5263712. OLE color: 5263712.

HSL color Cylindrical-coordinate representation of color #605150: hue angle of 3.75º 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 #605150 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 81 80 -
CMYK 0 0.16 0.17 0.62
HSL 3.75º 0.09% 0.35% -
HSV(B) 3.75º 0.17% 0.38% -
XYZ 9.21 8.95 8.83 -
YUV 85.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 96 81 80 0 0.16 0.17 0.62 3.75 0.09 0.35
Hex 60 51 50 0 10 11 3E 4 9 23
Octal 140 121 120 0 20 21 76 4 11 43
Binary 1100000 1010001 1010000 0 10000 10001 111110 100 1001 100011

Color Harmonies of #605150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605150

Black with #605150

Text Example


Text Example

White with #605150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605150; }

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

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

background-color css

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

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

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

border-color css

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

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

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