Html Css Color HEX #63534C Saddle

📋 copy color: '#63534C'

red 99 ◦ green 83 ◦ blue 76

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

Shades of Saddle #63534C

Tints of Saddle #63534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 38.37%
G = 32.17%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#63534C (or 0x63534C) is known color: Saddle. HEX triplet: 63, 53 and 4C. RGB value is (99,83,76). Sum of RGB (Red+Green+Blue) = 99+83+76=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63534C is #9CACB3. Grayscale: #575757. Windows color (decimal): -10267828 or 5002083. OLE color: 5002083.

HSL color Cylindrical-coordinate representation of color #63534C: hue angle of 18.26º 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 #63534C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 76 -
CMYK 0 0.16 0.23 0.61
HSL 18.26º 0.13% 0.34% -
HSV(B) 18.26º 0.23% 0.39% -
XYZ 9.54 9.36 8.14 -
YUV 86.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 99 83 76 0 0.16 0.23 0.61 18.26 0.13 0.34
Hex 63 53 4C 0 10 17 3D 12 D 22
Octal 143 123 114 0 20 27 75 22 15 42
Binary 1100011 1010011 1001100 0 10000 10111 111101 10010 1101 100010

Color Harmonies of #63534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63534C

Black with #63534C

Text Example


Text Example

White with #63534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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