#655625

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

Shades of West Coast #655625

Tints of West Coast #655625

Color information

#655625 (or 0x655625) is unknown color: approx West Coast. HEX triplet: 65, 56 and 25. RGB value is (101,86,37). Sum of RGB (Red+Green+Blue) = 101+86+37=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #655625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655625 is #9AA9DA. Grayscale: #555555. Windows color (decimal): -10136027 or 2446949. OLE color: 2446949.

HSL color Cylindrical-coordinate representation of color #655625: hue angle of 45.94º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655625 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1018637-
CMYK00.150.630.60
HSL45.94º46.38%27.06%-
HSV(B)45.94º63.37%39.61%-
XYZ9.039.563.12-
YUV84.9100.97139.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=45.09%
G=38.39%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101863700.150.630.6045.9446.3827.06
Hex6556250F3F3C2e2e1b
Octal145126450177774565633
Binary110010110101101001010111111111111110010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655625; }

 p { color: rgb(101,86,37); }

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

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

 a { background-color: rgb(101,86,37); }

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

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

 span { border-color: rgb(101,86,37); }

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