#624F40

Color #624F40 Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #624F40

Tints of Rock #624F40

Color information

#624F40 (or 0x624F40) is unknown color: approx Rock. HEX triplet: 62, 4F and 40. RGB value is (98,79,64). Sum of RGB (Red+Green+Blue) = 98+79+64=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 79 (31.25% from 255 or 32.78% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #624F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F40 is #9DB0BF. Grayscale: #535353. Windows color (decimal): -10334400 or 4214626. OLE color: 4214626.

HSL color Cylindrical-coordinate representation of color #624F40: hue angle of 26.47º 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 #624F40 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB987964-
CMYK00.190.350.62
HSL26.47º20.99%31.76%-
HSV(B)26.47º34.69%38.43%-
XYZ8.768.566.04-
YUV82.97117.29138.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.66%
GREEN value IS 79 (31.25% from 255) = 32.78%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=40.66%
G=32.78%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98796400.190.350.6226.4720.9931.76
Hex624F40013233E1a1520
Octal1421171000234376322540
Binary1100010100111110000000100111000111111101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624F40; }

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

 H1.HeaderClassName
 {
   color: #624F40;
 }
 .AnyTagClassName
 {
   color: #624F40;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #624F40;
 }
 .BgClassName
 {
   background-color: #624F40;
 }
</style>
border-color css

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

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

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