Html Css Color HEX #615041 Rock

📋 copy color: '#615041'

red 97 ◦ green 80 ◦ blue 65

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

Shades of Rock #615041

Tints of Rock #615041

RGB

 RED value IS 97 (38.28% from 255) = 40.08%

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

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

R = 40.08%
G = 33.06%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#615041 (or 0x615041) is known color: Rock. HEX triplet: 61, 50 and 41. RGB value is (97,80,65). Sum of RGB (Red+Green+Blue) = 97+80+65=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #615041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615041 is #9EAFBE. Grayscale: #535353. Windows color (decimal): -10399679 or 4280417. OLE color: 4280417.

HSL color Cylindrical-coordinate representation of color #615041: hue angle of 28.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #615041 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 80 65 -
CMYK 0 0.18 0.33 0.62
HSL 28.13º 0.2% 0.32% -
HSV(B) 28.13º 0.33% 0.38% -
XYZ 8.75 8.66 6.21 -
YUV 83.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 97 80 65 0 0.18 0.33 0.62 28.13 0.2 0.32
Hex 61 50 41 0 12 21 3E 1C 14 20
Octal 141 120 101 0 22 41 76 34 24 40
Binary 1100001 1010000 1000001 0 10010 100001 111110 11100 10100 100000

Color Harmonies of #615041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615041

Black with #615041

Text Example


Text Example

White with #615041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615041; }

 p { color: rgb(97,80,65); }

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

background-color css

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

 a { background-color: rgb(97,80,65); }

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

border-color css

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

 span { border-color: rgb(97,80,65); }

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