Html Css Color HEX #615039 Rock

📋 copy color: '#615039'

red 97 ◦ green 80 ◦ blue 57

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

Shades of Rock #615039

Tints of Rock #615039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 41.45%
G = 34.19%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#615039 (or 0x615039) is known color: Rock. HEX triplet: 61, 50 and 39. RGB value is (97,80,57). Sum of RGB (Red+Green+Blue) = 97+80+57=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #615039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615039 is #9EAFC6. Grayscale: #525252. Windows color (decimal): -10399687 or 3756129. OLE color: 3756129.

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

Color convert

RGB 97 80 57 -
CMYK 0 0.18 0.41 0.62
HSL 34.5º 0.26% 0.3% -
HSV(B) 34.5º 0.41% 0.38% -
XYZ 8.54 8.57 5.08 -
YUV 82.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 97 80 57 0 0.18 0.41 0.62 34.5 0.26 0.3
Hex 61 50 39 0 12 29 3E 22 1A 1E
Octal 141 120 71 0 22 51 76 42 32 36
Binary 1100001 1010000 111001 0 10010 101001 111110 100010 11010 11110

Color Harmonies of #615039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615039

Black with #615039

Text Example


Text Example

White with #615039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615039; }

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

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

background-color css

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

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

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

border-color css

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

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

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