Html Css Color HEX #614C39 Rock

📋 copy color: '#614C39'

red 97 ◦ green 76 ◦ blue 57

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

Shades of Rock #614C39

Tints of Rock #614C39

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

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

R = 42.17%
G = 33.04%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#614C39 (or 0x614C39) is known color: Rock. HEX triplet: 61, 4C and 39. RGB value is (97,76,57). Sum of RGB (Red+Green+Blue) = 97+76+57=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C39 is #9EB3C6. Grayscale: #505050. Windows color (decimal): -10400711 or 3755105. OLE color: 3755105.

HSL color Cylindrical-coordinate representation of color #614C39: hue angle of 28.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 #614C39 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 57 -
CMYK 0 0.22 0.41 0.62
HSL 28.5º 0.26% 0.3% -
HSV(B) 28.5º 0.41% 0.38% -
XYZ 8.25 8.01 4.98 -
YUV 80.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 97 76 57 0 0.22 0.41 0.62 28.5 0.26 0.3
Hex 61 4C 39 0 16 29 3E 1C 1A 1E
Octal 141 114 71 0 26 51 76 34 32 36
Binary 1100001 1001100 111001 0 10110 101001 111110 11100 11010 11110

Color Harmonies of #614C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C39

Black with #614C39

Text Example


Text Example

White with #614C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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