Html Css Color HEX #635B4D Makara

📋 copy color: '#635B4D'

red 99 ◦ green 91 ◦ blue 77

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

Shades of Makara #635B4D

Tints of Makara #635B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

 BLUE value IS 77 (30.47% from 255) = 28.84%

R = 37.08%
G = 34.08%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#635B4D (or 0x635B4D) is known color: Makara. HEX triplet: 63, 5B and 4D. RGB value is (99,91,77). Sum of RGB (Red+Green+Blue) = 99+91+77=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B4D is #9CA4B2. Grayscale: #5B5B5B. Windows color (decimal): -10265779 or 5069667. OLE color: 5069667.

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

Color convert

RGB 99 91 77 -
CMYK 0 0.08 0.22 0.61
HSL 38.18º 0.13% 0.35% -
HSV(B) 38.18º 0.22% 0.39% -
XYZ 10.23 10.67 8.54 -
YUV 91.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 99 91 77 0 0.08 0.22 0.61 38.18 0.13 0.35
Hex 63 5B 4D 0 8 16 3D 26 C 23
Octal 143 133 115 0 10 26 75 46 14 43
Binary 1100011 1011011 1001101 0 1000 10110 111101 100110 1100 100011

Color Harmonies of #635B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B4D

Black with #635B4D

Text Example


Text Example

White with #635B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,91,77); }

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

background-color css

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

 a { background-color: rgb(99,91,77); }

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

border-color css

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

 span { border-color: rgb(99,91,77); }

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