#635F55

Color #635F55 Makara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Makara #635F55

Tints of Makara #635F55

Color information

#635F55 (or 0x635F55) is unknown color: approx Makara. HEX triplet: 63, 5F and 55. RGB value is (99,95,85). Sum of RGB (Red+Green+Blue) = 99+95+85=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F55 is #9CA0AA. Grayscale: #5F5F5F. Windows color (decimal): -10264747 or 5594979. OLE color: 5594979.

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

Color convert

RGB999585-
CMYK00.040.140.61
HSL42.86º7.61%36.08%-
HSV(B)42.86º14.14%38.82%-
XYZ10.8811.4910.24-
YUV95.06122.33130.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 95 (37.5% from 255) = 34.05%
BLUE value IS 85 (33.59% from 255) = 30.47%
R=35.48%
G=34.05%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99958500.040.140.6142.867.6136.08
Hex635F5504E3D2b824
Octal143137125041675531044
Binary110001110111111010101010011101111011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #635F55;
 }
 .AnyTagClassName
 {
   color: #635F55;
 }
</style>
background-color css

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

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

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

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

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

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