Html Css Color HEX #635F56 Makara

📋 copy color: '#635F56'

red 99 ◦ green 95 ◦ blue 86

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

Shades of Makara #635F56

Tints of Makara #635F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 35.36%
G = 33.93%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#635F56 (or 0x635F56) is known color: Makara. HEX triplet: 63, 5F and 56. RGB value is (99,95,86). Sum of RGB (Red+Green+Blue) = 99+95+86=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F56 is #9CA0A9. Grayscale: #5F5F5F. Windows color (decimal): -10264746 or 5660515. OLE color: 5660515.

HSL color Cylindrical-coordinate representation of color #635F56: hue angle of 41.54º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635F56 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 95 86 -
CMYK 0 0.04 0.13 0.61
HSL 41.54º 0.07% 0.36% -
HSV(B) 41.54º 0.13% 0.39% -
XYZ 10.92 11.51 10.45 -
YUV 95.17 122.83 130.73 -
System Red Green Blue C M Y K H S L
Decimal 99 95 86 0 0.04 0.13 0.61 41.54 0.07 0.36
Hex 63 5F 56 0 4 D 3D 2A 7 24
Octal 143 137 126 0 4 15 75 52 7 44
Binary 1100011 1011111 1010110 0 100 1101 111101 101010 111 100100

Color Harmonies of #635F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F56

Black with #635F56

Text Example


Text Example

White with #635F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,95,86); }

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

background-color css

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

 a { background-color: rgb(99,95,86); }

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

border-color css

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

 span { border-color: rgb(99,95,86); }

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