#654025

Color #654025 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #654025

Tints of Semi-Sweet Chocolate #654025

Color information

#654025 (or 0x654025) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 65, 40 and 25. RGB value is (101,64,37). Sum of RGB (Red+Green+Blue) = 101+64+37=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #654025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654025 is #9ABFDA. Grayscale: #484848. Windows color (decimal): -10141659 or 2441317. OLE color: 2441317.

HSL color Cylindrical-coordinate representation of color #654025: hue angle of 25.31º 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 #654025 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.60.

Color convert

RGB1016437-
CMYK00.370.630.60
HSL25.31º46.38%27.06%-
HSV(B)25.31º63.37%39.61%-
XYZ7.536.572.62-
YUV71.98108.26148.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=50%
G=31.68%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101643700.370.630.6025.3146.3827.06
Hex6540250253F3C192e1b
Octal145100450457774315633
Binary1100101100000010010101001011111111111001100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654025; }

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

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

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

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

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

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

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

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