#65361B

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

Shades of Baker's Chocolate #65361B

Tints of Baker's Chocolate #65361B

Color information

#65361B (or 0x65361B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 36 and 1B. RGB value is (101,54,27). Sum of RGB (Red+Green+Blue) = 101+54+27=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #65361B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65361B is #9AC9E4. Grayscale: #414141. Windows color (decimal): -10144229 or 1783397. OLE color: 1783397.

HSL color Cylindrical-coordinate representation of color #65361B: hue angle of 21.89º 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 #65361B is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1015427-
CMYK00.470.730.60
HSL21.89º57.81%25.1%-
HSV(B)21.89º73.27%39.61%-
XYZ6.885.481.73-
YUV64.97106.57153.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.49%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=55.49%
G=29.67%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101542700.470.730.6021.8957.8125.1
Hex65361B02F493C163a19
Octal145663305711174267231
Binary110010111011011011010111110010011111001011011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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