Html Css Color HEX #615552 Congo Brown

📋 copy color: '#615552'

red 97 ◦ green 85 ◦ blue 82

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

Shades of Congo Brown #615552

Tints of Congo Brown #615552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 82 (32.42% from 255) = 31.06%

R = 36.74%
G = 32.2%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#615552 (or 0x615552) is known color: Congo Brown. HEX triplet: 61, 55 and 52. RGB value is (97,85,82). Sum of RGB (Red+Green+Blue) = 97+85+82=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615552 is #9EAAAD. Grayscale: #585858. Windows color (decimal): -10398382 or 5395809. OLE color: 5395809.

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

Color convert

RGB 97 85 82 -
CMYK 0 0.12 0.15 0.62
HSL 12º 0.08% 0.35% -
HSV(B) 12º 0.15% 0.38% -
XYZ 9.7 9.65 9.33 -
YUV 88.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 97 85 82 0 0.12 0.15 0.62 12 0.08 0.35
Hex 61 55 52 0 C F 3E C 8 23
Octal 141 125 122 0 14 17 76 14 10 43
Binary 1100001 1010101 1010010 0 1100 1111 111110 1100 1000 100011

Color Harmonies of #615552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615552

Black with #615552

Text Example


Text Example

White with #615552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615552; }

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

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

background-color css

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

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

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

border-color css

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

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

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