#652711

Color #652711 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #652711

Tints of Baker's Chocolate #652711

Color information

#652711 (or 0x652711) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 27 and 11. RGB value is (101,39,17). Sum of RGB (Red+Green+Blue) = 101+39+17=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #652711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652711 is #9AD8EE. Grayscale: #373737. Windows color (decimal): -10148079 or 1124197. OLE color: 1124197.

HSL color Cylindrical-coordinate representation of color #652711: hue angle of 15.71º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #652711 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1013917-
CMYK00.610.830.60
HSL15.71º71.19%23.14%-
HSV(B)15.71º83.17%39.61%-
XYZ6.194.261.03-
YUV55.03106.54160.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 64.33%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=64.33%
G=24.84%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101391700.610.830.6015.7171.1923.14
Hex65271103D533C104717
Octal1454721075123742010727
Binary1100101100111100010111101101001111110010000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652711; }

 p { color: rgb(101,39,17); }

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

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

 a { background-color: rgb(101,39,17); }

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

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

 span { border-color: rgb(101,39,17); }

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