#65381B

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

Shades of Baker's Chocolate #65381B

Tints of Baker's Chocolate #65381B

Color information

#65381B (or 0x65381B) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 38 and 1B. RGB value is (101,56,27). Sum of RGB (Red+Green+Blue) = 101+56+27=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65381B is #9AC7E4. Grayscale: #424242. Windows color (decimal): -10143717 or 1783909. OLE color: 1783909.

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

Color convert

RGB1015627-
CMYK00.450.730.60
HSL23.51º57.81%25.1%-
HSV(B)23.51º73.27%39.61%-
XYZ6.985.671.76-
YUV66.15105.91152.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 54.89%
GREEN value IS 56 (22.27% from 255) = 30.43%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=54.89%
G=30.43%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101562700.450.730.6023.5157.8125.1
Hex65381B02D493C183a19
Octal145703305511174307231
Binary110010111100011011010110110010011111001100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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