Html Css Color HEX #63514A Saddle

📋 copy color: '#63514A'

red 99 ◦ green 81 ◦ blue 74

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

Shades of Saddle #63514A

Tints of Saddle #63514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 38.98%
G = 31.89%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63514A (or 0x63514A) is known color: Saddle. HEX triplet: 63, 51 and 4A. RGB value is (99,81,74). Sum of RGB (Red+Green+Blue) = 99+81+74=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #63514A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63514A is #9CAEB5. Grayscale: #555555. Windows color (decimal): -10268342 or 4870499. OLE color: 4870499.

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

Color convert

RGB 99 81 74 -
CMYK 0 0.18 0.25 0.61
HSL 16.8º 0.14% 0.34% -
HSV(B) 16.8º 0.25% 0.39% -
XYZ 9.32 9.03 7.73 -
YUV 85.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 99 81 74 0 0.18 0.25 0.61 16.8 0.14 0.34
Hex 63 51 4A 0 12 19 3D 11 E 22
Octal 143 121 112 0 22 31 75 21 16 42
Binary 1100011 1010001 1001010 0 10010 11001 111101 10001 1110 100010

Color Harmonies of #63514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63514A

Black with #63514A

Text Example


Text Example

White with #63514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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