Html Css Color HEX #635040 Rock

📋 copy color: '#635040'

red 99 ◦ green 80 ◦ blue 64

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

Shades of Rock #635040

Tints of Rock #635040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 40.74%
G = 32.92%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#635040 (or 0x635040) is known color: Rock. HEX triplet: 63, 50 and 40. RGB value is (99,80,64). Sum of RGB (Red+Green+Blue) = 99+80+64=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #635040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635040 is #9CAFBF. Grayscale: #535353. Windows color (decimal): -10268608 or 4214883. OLE color: 4214883.

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

Color convert

RGB 99 80 64 -
CMYK 0 0.19 0.35 0.61
HSL 27.43º 0.21% 0.32% -
HSV(B) 27.43º 0.35% 0.39% -
XYZ 8.94 8.76 6.07 -
YUV 83.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 99 80 64 0 0.19 0.35 0.61 27.43 0.21 0.32
Hex 63 50 40 0 13 23 3D 1B 15 20
Octal 143 120 100 0 23 43 75 33 25 40
Binary 1100011 1010000 1000000 0 10011 100011 111101 11011 10101 100000

Color Harmonies of #635040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635040

Black with #635040

Text Example


Text Example

White with #635040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635040; }

 p { color: rgb(99,80,64); }

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

background-color css

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

 a { background-color: rgb(99,80,64); }

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

border-color css

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

 span { border-color: rgb(99,80,64); }

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