#65361A

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

Shades of Baker's Chocolate #65361A

Tints of Baker's Chocolate #65361A

Color information

#65361A (or 0x65361A) is unknown color: approx Baker's Chocolate. HEX triplet: 65, 36 and 1A. RGB value is (101,54,26). Sum of RGB (Red+Green+Blue) = 101+54+26=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65361A is #9AC9E5. Grayscale: #414141. Windows color (decimal): -10144230 or 1717861. OLE color: 1717861.

HSL color Cylindrical-coordinate representation of color #65361A: hue angle of 22.4º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #65361A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB1015426-
CMYK00.470.740.60
HSL22.4º59.06%24.9%-
HSV(B)22.4º74.26%39.61%-
XYZ6.875.481.67-
YUV64.86106.07153.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 55.80%
GREEN value IS 54 (21.48% from 255) = 29.83%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=55.80%
G=29.83%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101542600.470.740.6022.459.0624.9
Hex65361A02F4A3C163b19
Octal145663205711274267331
Binary110010111011011010010111110010101111001011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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