Html Css Color HEX #625140 Rock

📋 copy color: '#625140'

red 98 ◦ green 81 ◦ blue 64

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

Shades of Rock #625140

Tints of Rock #625140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 40.33%
G = 33.33%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#625140 (or 0x625140) is known color: Rock. HEX triplet: 62, 51 and 40. RGB value is (98,81,64). Sum of RGB (Red+Green+Blue) = 98+81+64=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #625140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625140 is #9DAEBF. Grayscale: #545454. Windows color (decimal): -10333888 or 4215138. OLE color: 4215138.

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

Color convert

RGB 98 81 64 -
CMYK 0 0.17 0.35 0.62
HSL 30º 0.21% 0.32% -
HSV(B) 30º 0.35% 0.38% -
XYZ 8.9 8.85 6.09 -
YUV 84.15 116.63 137.88 -
System Red Green Blue C M Y K H S L
Decimal 98 81 64 0 0.17 0.35 0.62 30 0.21 0.32
Hex 62 51 40 0 11 23 3E 1E 15 20
Octal 142 121 100 0 21 43 76 36 25 40
Binary 1100010 1010001 1000000 0 10001 100011 111110 11110 10101 100000

Color Harmonies of #625140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625140

Black with #625140

Text Example


Text Example

White with #625140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625140; }

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

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

background-color css

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

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

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

border-color css

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

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

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