#65240C

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

Shades of Baker's Chocolate #65240C

Tints of Baker's Chocolate #65240C

Color information

#65240C (or 0x65240C) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 24 and 0C. RGB value is (101,36,12). Sum of RGB (Red+Green+Blue) = 101+36+12=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #65240C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65240C is #9ADBF3. Grayscale: #343434. Windows color (decimal): -10148852 or 795749. OLE color: 795749.

HSL color Cylindrical-coordinate representation of color #65240C: hue angle of 16.18º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65240C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1013612-
CMYK00.640.880.60
HSL16.18º78.76%22.16%-
HSV(B)16.18º88.12%39.61%-
XYZ6.064.050.81-
YUV52.7105.03162.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 67.79%
GREEN value IS 36 (14.45% from 255) = 24.16%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=67.79%
G=24.16%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101361200.640.880.6016.1878.7622.16
Hex6524C040583C104f16
Octal14544140100130742011726
Binary1100101100100110001000000101100011110010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65240C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65240C; }

 p { color: rgb(101,36,12); }

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

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

 a { background-color: rgb(101,36,12); }

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

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

 span { border-color: rgb(101,36,12); }

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