Html Css Color HEX #635C4A Makara

📋 copy color: '#635C4A'

red 99 ◦ green 92 ◦ blue 74

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

Shades of Makara #635C4A

Tints of Makara #635C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 37.36%
G = 34.72%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#635C4A (or 0x635C4A) is known color: Makara. HEX triplet: 63, 5C and 4A. RGB value is (99,92,74). Sum of RGB (Red+Green+Blue) = 99+92+74=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C4A is #9CA3B5. Grayscale: #5C5C5C. Windows color (decimal): -10265526 or 4873315. OLE color: 4873315.

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

Color convert

RGB 99 92 74 -
CMYK 0 0.07 0.25 0.61
HSL 43.2º 0.14% 0.34% -
HSV(B) 43.2º 0.25% 0.39% -
XYZ 10.21 10.8 8.03 -
YUV 92.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 99 92 74 0 0.07 0.25 0.61 43.2 0.14 0.34
Hex 63 5C 4A 0 7 19 3D 2B E 22
Octal 143 134 112 0 7 31 75 53 16 42
Binary 1100011 1011100 1001010 0 111 11001 111101 101011 1110 100010

Color Harmonies of #635C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C4A

Black with #635C4A

Text Example


Text Example

White with #635C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,92,74); }

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

background-color css

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

 a { background-color: rgb(99,92,74); }

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

border-color css

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

 span { border-color: rgb(99,92,74); }

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