#652509

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

Shades of Baker's Chocolate #652509

Tints of Baker's Chocolate #652509

Color information

#652509 (or 0x652509) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 25 and 09. RGB value is (101,37,9). Sum of RGB (Red+Green+Blue) = 101+37+9=147 (19% of max value = 765). Red value is 101 (39.84% from 255 or 68.71% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 101 - color contains mainly: red. Hex color #652509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652509 is #9ADAF6. Grayscale: #353535. Windows color (decimal): -10148599 or 599397. OLE color: 599397.

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

Color convert

RGB101379-
CMYK00.630.910.60
HSL18.26º83.64%21.57%-
HSV(B)18.26º91.09%39.61%-
XYZ6.084.110.73-
YUV52.94103.2162.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 68.71%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 9 (3.91% from 255) = 6.12%
R=68.71%
G=25.17%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10137900.630.910.6018.2683.6421.57
Hex6525903F5B3C125416
Octal1454511077133742212426
Binary110010110010110010111111101101111110010010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652509; }

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

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

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

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

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

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

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

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