Html Css Color HEX #635141 Rock

📋 copy color: '#635141'

red 99 ◦ green 81 ◦ blue 65

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

Shades of Rock #635141

Tints of Rock #635141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.06%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 40.41%
G = 33.06%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#635141 (or 0x635141) is known color: Rock. HEX triplet: 63, 51 and 41. RGB value is (99,81,65). Sum of RGB (Red+Green+Blue) = 99+81+65=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635141 is #9CAEBE. Grayscale: #545454. Windows color (decimal): -10268351 or 4280675. OLE color: 4280675.

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

Color convert

RGB 99 81 65 -
CMYK 0 0.18 0.34 0.61
HSL 28.24º 0.21% 0.32% -
HSV(B) 28.24º 0.34% 0.39% -
XYZ 9.04 8.92 6.25 -
YUV 84.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 99 81 65 0 0.18 0.34 0.61 28.24 0.21 0.32
Hex 63 51 41 0 12 22 3D 1C 15 20
Octal 143 121 101 0 22 42 75 34 25 40
Binary 1100011 1010001 1000001 0 10010 100010 111101 11100 10101 100000

Color Harmonies of #635141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635141

Black with #635141

Text Example


Text Example

White with #635141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635141; }

 p { color: rgb(99,81,65); }

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

background-color css

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

 a { background-color: rgb(99,81,65); }

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

border-color css

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

 span { border-color: rgb(99,81,65); }

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