Html Css Color HEX #635C4F Makara

📋 copy color: '#635C4F'

red 99 ◦ green 92 ◦ blue 79

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

Shades of Makara #635C4F

Tints of Makara #635C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 36.67%
G = 34.07%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.61

RGB Variations

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

Color information

#635C4F (or 0x635C4F) is known color: Makara. HEX triplet: 63, 5C and 4F. RGB value is (99,92,79). Sum of RGB (Red+Green+Blue) = 99+92+79=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C4F is #9CA3B0. Grayscale: #5C5C5C. Windows color (decimal): -10265521 or 5200995. OLE color: 5200995.

HSL color Cylindrical-coordinate representation of color #635C4F: hue angle of 39º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #635C4F is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 92 79 -
CMYK 0 0.07 0.20 0.61
HSL 39º 0.11% 0.35% -
HSV(B) 39º 0.2% 0.39% -
XYZ 10.38 10.87 8.95 -
YUV 92.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 99 92 79 0 0.07 0.20 0.61 39 0.11 0.35
Hex 63 5C 4F 0 7 14 3D 27 B 23
Octal 143 134 117 0 7 24 75 47 13 43
Binary 1100011 1011100 1001111 0 111 10100 111101 100111 1011 100011

Color Harmonies of #635C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C4F

Black with #635C4F

Text Example


Text Example

White with #635C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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