Html Css Color HEX #625141 Rock

📋 copy color: '#625141'

red 98 ◦ green 81 ◦ blue 65

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

Shades of Rock #625141

Tints of Rock #625141

RGB

 RED value IS 98 (38.67% from 255) = 40.16%

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

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

R = 40.16%
G = 33.2%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#625141 (or 0x625141) is known color: Rock. HEX triplet: 62, 51 and 41. RGB value is (98,81,65). Sum of RGB (Red+Green+Blue) = 98+81+65=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #625141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625141 is #9DAEBE. Grayscale: #545454. Windows color (decimal): -10333887 or 4280674. OLE color: 4280674.

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

Color convert

RGB 98 81 65 -
CMYK 0 0.17 0.34 0.62
HSL 29.09º 0.2% 0.32% -
HSV(B) 29.09º 0.34% 0.38% -
XYZ 8.93 8.86 6.24 -
YUV 84.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 98 81 65 0 0.17 0.34 0.62 29.09 0.2 0.32
Hex 62 51 41 0 11 22 3E 1D 14 20
Octal 142 121 101 0 21 42 76 35 24 40
Binary 1100010 1010001 1000001 0 10001 100010 111110 11101 10100 100000

Color Harmonies of #625141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625141

Black with #625141

Text Example


Text Example

White with #625141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625141; }

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

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

background-color css

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

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

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

border-color css

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

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

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