#653415

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

Shades of Baker's Chocolate #653415

Tints of Baker's Chocolate #653415

Color information

#653415 (or 0x653415) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 34 and 15. RGB value is (101,52,21). Sum of RGB (Red+Green+Blue) = 101+52+21=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #653415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653415 is #9ACBEA. Grayscale: #3F3F3F. Windows color (decimal): -10144747 or 1389669. OLE color: 1389669.

HSL color Cylindrical-coordinate representation of color #653415: hue angle of 23.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #653415 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1015221-
CMYK00.490.790.60
HSL23.25º65.57%23.92%-
HSV(B)23.25º79.21%39.61%-
XYZ6.735.281.37-
YUV63.12104.23155.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.05%
GREEN value IS 52 (20.70% from 255) = 29.89%
BLUE value IS 21 (8.59% from 255) = 12.07%
R=58.05%
G=29.89%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101522100.490.790.6023.2565.5723.92
Hex6534150314F3C174218
Octal1456425061117742710230
Binary1100101110100101010110001100111111110010111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653415; }

 p { color: rgb(101,52,21); }

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

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

 a { background-color: rgb(101,52,21); }

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

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

 span { border-color: rgb(101,52,21); }

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