Html Css Color HEX #604F41 Rock

📋 copy color: '#604F41'

red 96 ◦ green 79 ◦ blue 65

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

Shades of Rock #604F41

Tints of Rock #604F41

RGB

 RED value IS 96 (37.89% from 255) = 40%

 GREEN value IS 79 (31.25% from 255) = 32.92%

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

R = 40%
G = 32.92%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#604F41 (or 0x604F41) is known color: Rock. HEX triplet: 60, 4F and 41. RGB value is (96,79,65). Sum of RGB (Red+Green+Blue) = 96+79+65=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F41 is #9FB0BE. Grayscale: #525252. Windows color (decimal): -10465471 or 4280160. OLE color: 4280160.

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

Color convert

RGB 96 79 65 -
CMYK 0 0.18 0.32 0.62
HSL 27.1º 0.19% 0.32% -
HSV(B) 27.1º 0.32% 0.38% -
XYZ 8.57 8.46 6.18 -
YUV 82.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 96 79 65 0 0.18 0.32 0.62 27.1 0.19 0.32
Hex 60 4F 41 0 12 20 3E 1B 13 20
Octal 140 117 101 0 22 40 76 33 23 40
Binary 1100000 1001111 1000001 0 10010 100000 111110 11011 10011 100000

Color Harmonies of #604F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F41

Black with #604F41

Text Example


Text Example

White with #604F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604F41; }

 p { color: rgb(96,79,65); }

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

background-color css

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

 a { background-color: rgb(96,79,65); }

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

border-color css

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

 span { border-color: rgb(96,79,65); }

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