Html Css Color HEX #635C4B Makara

📋 copy color: '#635C4B'

red 99 ◦ green 92 ◦ blue 75

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

Shades of Makara #635C4B

Tints of Makara #635C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 37.22%
G = 34.59%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#635C4B (or 0x635C4B) is known color: Makara. HEX triplet: 63, 5C and 4B. RGB value is (99,92,75). Sum of RGB (Red+Green+Blue) = 99+92+75=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 99 - color contains mainly: red. Hex color #635C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C4B is #9CA3B4. Grayscale: #5C5C5C. Windows color (decimal): -10265525 or 4938851. OLE color: 4938851.

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

Color convert

RGB 99 92 75 -
CMYK 0 0.07 0.24 0.61
HSL 42.5º 0.14% 0.34% -
HSV(B) 42.5º 0.24% 0.39% -
XYZ 10.24 10.81 8.2 -
YUV 92.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 99 92 75 0 0.07 0.24 0.61 42.5 0.14 0.34
Hex 63 5C 4B 0 7 18 3D 2A E 22
Octal 143 134 113 0 7 30 75 52 16 42
Binary 1100011 1011100 1001011 0 111 11000 111101 101010 1110 100010

Color Harmonies of #635C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635C4B

Black with #635C4B

Text Example


Text Example

White with #635C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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