Html Css Color HEX #635047 Saddle

📋 copy color: '#635047'

red 99 ◦ green 80 ◦ blue 71

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

Shades of Saddle #635047

Tints of Saddle #635047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 39.6%
G = 32%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#635047 (or 0x635047) is known color: Saddle. HEX triplet: 63, 50 and 47. RGB value is (99,80,71). Sum of RGB (Red+Green+Blue) = 99+80+71=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635047 is #9CAFB8. Grayscale: #545454. Windows color (decimal): -10268601 or 4673635. OLE color: 4673635.

HSL color Cylindrical-coordinate representation of color #635047: hue angle of 19.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #635047 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 80 71 -
CMYK 0 0.19 0.28 0.61
HSL 19.29º 0.16% 0.33% -
HSV(B) 19.29º 0.28% 0.39% -
XYZ 9.15 8.84 7.19 -
YUV 84.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 99 80 71 0 0.19 0.28 0.61 19.29 0.16 0.33
Hex 63 50 47 0 13 1C 3D 13 10 21
Octal 143 120 107 0 23 34 75 23 20 41
Binary 1100011 1010000 1000111 0 10011 11100 111101 10011 10000 100001

Color Harmonies of #635047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635047

Black with #635047

Text Example


Text Example

White with #635047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635047; }

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

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

background-color css

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

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

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

border-color css

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

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

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