Html Css Color HEX #635B52 Makara

📋 copy color: '#635B52'

red 99 ◦ green 91 ◦ blue 82

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

Shades of Makara #635B52

Tints of Makara #635B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.46%

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 36.4%
G = 33.46%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#635B52 (or 0x635B52) is known color: Makara. HEX triplet: 63, 5B and 52. RGB value is (99,91,82). Sum of RGB (Red+Green+Blue) = 99+91+82=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #635B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B52 is #9CA4AD. Grayscale: #5C5C5C. Windows color (decimal): -10265774 or 5397347. OLE color: 5397347.

HSL color Cylindrical-coordinate representation of color #635B52: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #635B52 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 91 82 -
CMYK 0 0.08 0.17 0.61
HSL 31.76º 0.09% 0.35% -
HSV(B) 31.76º 0.17% 0.39% -
XYZ 10.41 10.74 9.51 -
YUV 92.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 99 91 82 0 0.08 0.17 0.61 31.76 0.09 0.35
Hex 63 5B 52 0 8 11 3D 20 9 23
Octal 143 133 122 0 10 21 75 40 11 43
Binary 1100011 1011011 1010010 0 1000 10001 111101 100000 1001 100011

Color Harmonies of #635B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B52

Black with #635B52

Text Example


Text Example

White with #635B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635B52; }

 p { color: rgb(99,91,82); }

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

background-color css

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

 a { background-color: rgb(99,91,82); }

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

border-color css

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

 span { border-color: rgb(99,91,82); }

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