Html Css Color HEX #63514F Congo Brown

📋 copy color: '#63514F'

red 99 ◦ green 81 ◦ blue 79

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

Shades of Congo Brown #63514F

Tints of Congo Brown #63514F

RGB

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

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

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

R = 38.22%
G = 31.27%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#63514F (or 0x63514F) is known color: Congo Brown. HEX triplet: 63, 51 and 4F. RGB value is (99,81,79). Sum of RGB (Red+Green+Blue) = 99+81+79=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63514F is #9CAEB0. Grayscale: #565656. Windows color (decimal): -10268337 or 5198179. OLE color: 5198179.

HSL color Cylindrical-coordinate representation of color #63514F: hue angle of 6º 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 #63514F is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 81 79 -
CMYK 0 0.18 0.20 0.61
HSL 0.11% 0.35% -
HSV(B) 0.2% 0.39% -
XYZ 9.5 9.1 8.65 -
YUV 86.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 99 81 79 0 0.18 0.20 0.61 6 0.11 0.35
Hex 63 51 4F 0 12 14 3D 6 B 23
Octal 143 121 117 0 22 24 75 6 13 43
Binary 1100011 1010001 1001111 0 10010 10100 111101 110 1011 100011

Color Harmonies of #63514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63514F

Black with #63514F

Text Example


Text Example

White with #63514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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