Html Css Color HEX #63534D Saddle

📋 copy color: '#63534D'

red 99 ◦ green 83 ◦ blue 77

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

Shades of Saddle #63534D

Tints of Saddle #63534D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 38.22%
G = 32.05%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#63534D (or 0x63534D) is known color: Saddle. HEX triplet: 63, 53 and 4D. RGB value is (99,83,77). Sum of RGB (Red+Green+Blue) = 99+83+77=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63534D is #9CACB2. Grayscale: #575757. Windows color (decimal): -10267827 or 5067619. OLE color: 5067619.

HSL color Cylindrical-coordinate representation of color #63534D: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63534D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 83 77 -
CMYK 0 0.16 0.22 0.61
HSL 16.36º 0.13% 0.35% -
HSV(B) 16.36º 0.22% 0.39% -
XYZ 9.58 9.37 8.33 -
YUV 87.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 99 83 77 0 0.16 0.22 0.61 16.36 0.13 0.35
Hex 63 53 4D 0 10 16 3D 10 C 23
Octal 143 123 115 0 20 26 75 20 14 43
Binary 1100011 1010011 1001101 0 10000 10110 111101 10000 1100 100011

Color Harmonies of #63534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63534D

Black with #63534D

Text Example


Text Example

White with #63534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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