Html Css Color HEX #63524D Congo Brown

📋 copy color: '#63524D'

red 99 ◦ green 82 ◦ blue 77

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

Shades of Congo Brown #63524D

Tints of Congo Brown #63524D

RGB

 RED value IS 99 (39.06% from 255) = 38.37%

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

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

R = 38.37%
G = 31.78%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63524D (or 0x63524D) is known color: Congo Brown. HEX triplet: 63, 52 and 4D. RGB value is (99,82,77). Sum of RGB (Red+Green+Blue) = 99+82+77=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63524D is #9CADB2. Grayscale: #565656. Windows color (decimal): -10268083 or 5067363. OLE color: 5067363.

HSL color Cylindrical-coordinate representation of color #63524D: hue angle of 13.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63524D is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 77 -
CMYK 0 0.17 0.22 0.61
HSL 13.64º 0.13% 0.35% -
HSV(B) 13.64º 0.22% 0.39% -
XYZ 9.5 9.22 8.3 -
YUV 86.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 99 82 77 0 0.17 0.22 0.61 13.64 0.13 0.35
Hex 63 52 4D 0 11 16 3D E C 23
Octal 143 122 115 0 21 26 75 16 14 43
Binary 1100011 1010010 1001101 0 10001 10110 111101 1110 1100 100011

Color Harmonies of #63524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63524D

Black with #63524D

Text Example


Text Example

White with #63524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,82,77); }

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

background-color css

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

 a { background-color: rgb(99,82,77); }

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

border-color css

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

 span { border-color: rgb(99,82,77); }

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