Html Css Color HEX #635F5A Makara

📋 copy color: '#635F5A'

red 99 ◦ green 95 ◦ blue 90

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

Shades of Makara #635F5A

Tints of Makara #635F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 34.86%
G = 33.45%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#635F5A (or 0x635F5A) is known color: Makara. HEX triplet: 63, 5F and 5A. RGB value is (99,95,90). Sum of RGB (Red+Green+Blue) = 99+95+90=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F5A is #9CA0A5. Grayscale: #5F5F5F. Windows color (decimal): -10264742 or 5922659. OLE color: 5922659.

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

Color convert

RGB 99 95 90 -
CMYK 0 0.04 0.09 0.61
HSL 33.33º 0.05% 0.37% -
HSV(B) 33.33º 0.09% 0.39% -
XYZ 11.08 11.58 11.32 -
YUV 95.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 99 95 90 0 0.04 0.09 0.61 33.33 0.05 0.37
Hex 63 5F 5A 0 4 9 3D 21 5 25
Octal 143 137 132 0 4 11 75 41 5 45
Binary 1100011 1011111 1011010 0 100 1001 111101 100001 101 100101

Color Harmonies of #635F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F5A

Black with #635F5A

Text Example


Text Example

White with #635F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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