Html Css Color HEX #634C40 Saddle

📋 copy color: '#634C40'

red 99 ◦ green 76 ◦ blue 64

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

Shades of Saddle #634C40

Tints of Saddle #634C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 64 (25.39% from 255) = 26.78%

R = 41.42%
G = 31.8%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#634C40 (or 0x634C40) is known color: Saddle. HEX triplet: 63, 4C and 40. RGB value is (99,76,64). Sum of RGB (Red+Green+Blue) = 99+76+64=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #634C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C40 is #9CB3BF. Grayscale: #515151. Windows color (decimal): -10269632 or 4213859. OLE color: 4213859.

HSL color Cylindrical-coordinate representation of color #634C40: hue angle of 20.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634C40 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 76 64 -
CMYK 0 0.23 0.35 0.61
HSL 20.57º 0.21% 0.32% -
HSV(B) 20.57º 0.35% 0.39% -
XYZ 8.66 8.19 5.98 -
YUV 81.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 99 76 64 0 0.23 0.35 0.61 20.57 0.21 0.32
Hex 63 4C 40 0 17 23 3D 15 15 20
Octal 143 114 100 0 27 43 75 25 25 40
Binary 1100011 1001100 1000000 0 10111 100011 111101 10101 10101 100000

Color Harmonies of #634C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634C40

Black with #634C40

Text Example


Text Example

White with #634C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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