Html Css Color HEX #604D4B Congo Brown

📋 copy color: '#604D4B'

red 96 ◦ green 77 ◦ blue 75

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

Shades of Congo Brown #604D4B

Tints of Congo Brown #604D4B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 38.71%
G = 31.05%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#604D4B (or 0x604D4B) is known color: Congo Brown. HEX triplet: 60, 4D and 4B. RGB value is (96,77,75). Sum of RGB (Red+Green+Blue) = 96+77+75=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D4B is #9FB2B4. Grayscale: #525252. Windows color (decimal): -10465973 or 4935008. OLE color: 4935008.

HSL color Cylindrical-coordinate representation of color #604D4B: hue angle of 5.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604D4B is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 77 75 -
CMYK 0 0.20 0.22 0.62
HSL 5.71º 0.12% 0.34% -
HSV(B) 5.71º 0.22% 0.38% -
XYZ 8.75 8.3 7.8 -
YUV 82.45 123.79 137.66 -
System Red Green Blue C M Y K H S L
Decimal 96 77 75 0 0.20 0.22 0.62 5.71 0.12 0.34
Hex 60 4D 4B 0 14 16 3E 6 C 22
Octal 140 115 113 0 24 26 76 6 14 42
Binary 1100000 1001101 1001011 0 10100 10110 111110 110 1100 100010

Color Harmonies of #604D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D4B

Black with #604D4B

Text Example


Text Example

White with #604D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604D4B; }

 p { color: rgb(96,77,75); }

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

background-color css

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

 a { background-color: rgb(96,77,75); }

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

border-color css

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

 span { border-color: rgb(96,77,75); }

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