Html Css Color HEX #635A4E Makara

📋 copy color: '#635A4E'

red 99 ◦ green 90 ◦ blue 78

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

Shades of Makara #635A4E

Tints of Makara #635A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.71%

 BLUE value IS 78 (30.86% from 255) = 29.21%

R = 37.08%
G = 33.71%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.61

RGB Variations

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

Color information

#635A4E (or 0x635A4E) is known color: Makara. HEX triplet: 63, 5A and 4E. RGB value is (99,90,78). Sum of RGB (Red+Green+Blue) = 99+90+78=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A4E is #9CA5B1. Grayscale: #5B5B5B. Windows color (decimal): -10266034 or 5134947. OLE color: 5134947.

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

Color convert

RGB 99 90 78 -
CMYK 0 0.09 0.21 0.61
HSL 34.29º 0.12% 0.35% -
HSV(B) 34.29º 0.21% 0.39% -
XYZ 10.18 10.52 8.7 -
YUV 91.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 99 90 78 0 0.09 0.21 0.61 34.29 0.12 0.35
Hex 63 5A 4E 0 9 15 3D 22 C 23
Octal 143 132 116 0 11 25 75 42 14 43
Binary 1100011 1011010 1001110 0 1001 10101 111101 100010 1100 100011

Color Harmonies of #635A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A4E

Black with #635A4E

Text Example


Text Example

White with #635A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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