Html Css Color HEX #61504D Congo Brown

📋 copy color: '#61504D'

red 97 ◦ green 80 ◦ blue 77

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

Shades of Congo Brown #61504D

Tints of Congo Brown #61504D

RGB

 RED value IS 97 (38.28% from 255) = 38.19%

 GREEN value IS 80 (31.64% from 255) = 31.5%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 38.19%
G = 31.5%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61504D (or 0x61504D) is known color: Congo Brown. HEX triplet: 61, 50 and 4D. RGB value is (97,80,77). Sum of RGB (Red+Green+Blue) = 97+80+77=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61504D is #9EAFB2. Grayscale: #545454. Windows color (decimal): -10399667 or 5066849. OLE color: 5066849.

HSL color Cylindrical-coordinate representation of color #61504D: hue angle of 9º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #61504D is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 77 -
CMYK 0 0.18 0.21 0.62
HSL 0.11% 0.34% -
HSV(B) 0.21% 0.38% -
XYZ 9.14 8.81 8.24 -
YUV 84.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 97 80 77 0 0.18 0.21 0.62 9 0.11 0.34
Hex 61 50 4D 0 12 15 3E 9 B 22
Octal 141 120 115 0 22 25 76 11 13 42
Binary 1100001 1010000 1001101 0 10010 10101 111110 1001 1011 100010

Color Harmonies of #61504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61504D

Black with #61504D

Text Example


Text Example

White with #61504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61504D; }

 p { color: rgb(97,80,77); }

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

background-color css

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

 a { background-color: rgb(97,80,77); }

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

border-color css

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

 span { border-color: rgb(97,80,77); }

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