#625538

Color #625538 West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #625538

Tints of West Coast #625538

Color information

#625538 (or 0x625538) is unknown color: approx West Coast. HEX triplet: 62, 55 and 38. RGB value is (98,85,56). Sum of RGB (Red+Green+Blue) = 98+85+56=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 98 - color contains mainly: red. Hex color #625538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625538 is #9DAAC7. Grayscale: #555555. Windows color (decimal): -10332872 or 3691874. OLE color: 3691874.

HSL color Cylindrical-coordinate representation of color #625538: hue angle of 41.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #625538 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB988556-
CMYK00.130.430.62
HSL41.43º27.27%30.2%-
HSV(B)41.43º42.86%38.43%-
XYZ99.385.08-
YUV85.58111.31136.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.00%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 56 (22.27% from 255) = 23.43%
R=41.00%
G=35.56%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98855600.130.430.6241.4327.2730.2
Hex6255380D2B3E291b1e
Octal142125700155376513336
Binary11000101010101111000011011010111111101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625538; }

 p { color: rgb(98,85,56); }

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

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

 a { background-color: rgb(98,85,56); }

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

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

 span { border-color: rgb(98,85,56); }

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