Html Css Color HEX #61524F Congo Brown

📋 copy color: '#61524F'

red 97 ◦ green 82 ◦ blue 79

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

Shades of Congo Brown #61524F

Tints of Congo Brown #61524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 37.6%
G = 31.78%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61524F (or 0x61524F) is known color: Congo Brown. HEX triplet: 61, 52 and 4F. RGB value is (97,82,79). Sum of RGB (Red+Green+Blue) = 97+82+79=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61524F is #9EADB0. Grayscale: #565656. Windows color (decimal): -10399153 or 5198433. OLE color: 5198433.

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

Color convert

RGB 97 82 79 -
CMYK 0 0.15 0.19 0.62
HSL 10º 0.1% 0.35% -
HSV(B) 10º 0.19% 0.38% -
XYZ 9.36 9.14 8.67 -
YUV 86.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 97 82 79 0 0.15 0.19 0.62 10 0.1 0.35
Hex 61 52 4F 0 F 13 3E A A 23
Octal 141 122 117 0 17 23 76 12 12 43
Binary 1100001 1010010 1001111 0 1111 10011 111110 1010 1010 100011

Color Harmonies of #61524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61524F

Black with #61524F

Text Example


Text Example

White with #61524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61524F; }

 p { color: rgb(97,82,79); }

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

background-color css

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

 a { background-color: rgb(97,82,79); }

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

border-color css

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

 span { border-color: rgb(97,82,79); }

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