Html Css Color HEX #63615E Makara

📋 copy color: '#63615E'

red 99 ◦ green 97 ◦ blue 94

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

Shades of Makara #63615E

Tints of Makara #63615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.45%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 34.14%
G = 33.45%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63615E (or 0x63615E) is known color: Makara. HEX triplet: 63, 61 and 5E. RGB value is (99,97,94). Sum of RGB (Red+Green+Blue) = 99+97+94=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 99 - color contains mainly: red. Hex color #63615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615E is #9C9EA1. Grayscale: #616161. Windows color (decimal): -10264226 or 6185315. OLE color: 6185315.

HSL color Cylindrical-coordinate representation of color #63615E: hue angle of 36º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #63615E is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 97 94 -
CMYK 0 0.02 0.05 0.61
HSL 36º 0.03% 0.38% -
HSV(B) 36º 0.05% 0.39% -
XYZ 11.44 12.01 12.3 -
YUV 97.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 99 97 94 0 0.02 0.05 0.61 36 0.03 0.38
Hex 63 61 5E 0 2 5 3D 24 3 26
Octal 143 141 136 0 2 5 75 44 3 46
Binary 1100011 1100001 1011110 0 10 101 111101 100100 11 100110

Color Harmonies of #63615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63615E

Black with #63615E

Text Example


Text Example

White with #63615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63615E; }

 p { color: rgb(99,97,94); }

 H1.HeaderClassName
 {
   color: #63615E;
 }
 .AnyTagClassName
 {
   color: #63615E;
 }
</style>

background-color css

<style>
 a { background-color: #63615E; }

 a { background-color: rgb(99,97,94); }

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

border-color css

<style>
 span { border-color: #63615E; }

 span { border-color: rgb(99,97,94); }

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