Html Css Color HEX #63514C Congo Brown

📋 copy color: '#63514C'

red 99 ◦ green 81 ◦ blue 76

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

Shades of Congo Brown #63514C

Tints of Congo Brown #63514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 38.67%
G = 31.64%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63514C (or 0x63514C) is known color: Congo Brown. HEX triplet: 63, 51 and 4C. RGB value is (99,81,76). Sum of RGB (Red+Green+Blue) = 99+81+76=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 99 - color contains mainly: red. Hex color #63514C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63514C is #9CAEB3. Grayscale: #555555. Windows color (decimal): -10268340 or 5001571. OLE color: 5001571.

HSL color Cylindrical-coordinate representation of color #63514C: hue angle of 13.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63514C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 76 -
CMYK 0 0.18 0.23 0.61
HSL 13.04º 0.13% 0.34% -
HSV(B) 13.04º 0.23% 0.39% -
XYZ 9.39 9.06 8.09 -
YUV 85.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 99 81 76 0 0.18 0.23 0.61 13.04 0.13 0.34
Hex 63 51 4C 0 12 17 3D D D 22
Octal 143 121 114 0 22 27 75 15 15 42
Binary 1100011 1010001 1001100 0 10010 10111 111101 1101 1101 100010

Color Harmonies of #63514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63514C

Black with #63514C

Text Example


Text Example

White with #63514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63514C; }

 p { color: rgb(99,81,76); }

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

background-color css

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

 a { background-color: rgb(99,81,76); }

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

border-color css

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

 span { border-color: rgb(99,81,76); }

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