#65341B

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

Shades of Baker's Chocolate #65341B

Tints of Baker's Chocolate #65341B

Color information

#65341B (or 0x65341B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 34 and 1B. RGB value is (101,52,27). Sum of RGB (Red+Green+Blue) = 101+52+27=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65341B is #9ACBE4. Grayscale: #3F3F3F. Windows color (decimal): -10144741 or 1782885. OLE color: 1782885.

HSL color Cylindrical-coordinate representation of color #65341B: hue angle of 20.27º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65341B is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1015227-
CMYK00.490.730.60
HSL20.27º57.81%25.1%-
HSV(B)20.27º73.27%39.61%-
XYZ6.795.31.7-
YUV63.8107.23154.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 56.11%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 27 (10.94% from 255) = 15%
R=56.11%
G=28.89%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101522700.490.730.6020.2757.8125.1
Hex65341B031493C143a19
Octal145643306111174247231
Binary110010111010011011011000110010011111001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65341B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65341B; }

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

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

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

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

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

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

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

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