Html Css Color HEX #63504F Congo Brown

📋 copy color: '#63504F'

red 99 ◦ green 80 ◦ blue 79

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

Shades of Congo Brown #63504F

Tints of Congo Brown #63504F

RGB

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

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

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

R = 38.37%
G = 31.01%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63504F (or 0x63504F) is known color: Congo Brown. HEX triplet: 63, 50 and 4F. RGB value is (99,80,79). Sum of RGB (Red+Green+Blue) = 99+80+79=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63504F is #9CAFB0. Grayscale: #555555. Windows color (decimal): -10268593 or 5197923. OLE color: 5197923.

HSL color Cylindrical-coordinate representation of color #63504F: hue angle of 3º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63504F is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 79 -
CMYK 0 0.19 0.20 0.61
HSL 0.11% 0.35% -
HSV(B) 0.2% 0.39% -
XYZ 9.43 8.95 8.63 -
YUV 85.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 99 80 79 0 0.19 0.20 0.61 3 0.11 0.35
Hex 63 50 4F 0 13 14 3D 3 B 23
Octal 143 120 117 0 23 24 75 3 13 43
Binary 1100011 1010000 1001111 0 10011 10100 111101 11 1011 100011

Color Harmonies of #63504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63504F

Black with #63504F

Text Example


Text Example

White with #63504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,80,79); }

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

background-color css

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

 a { background-color: rgb(99,80,79); }

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

border-color css

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

 span { border-color: rgb(99,80,79); }

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