#66301A

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

Shades of Baker's Chocolate #66301A

Tints of Baker's Chocolate #66301A

Color information

#66301A (or 0x66301A) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 1A. RGB value is (102,48,26). Sum of RGB (Red+Green+Blue) = 102+48+26=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 26 (10.55% from 255 or 14.77% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #66301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66301A is #99CFE5. Grayscale: #3D3D3D. Windows color (decimal): -10080230 or 1716326. OLE color: 1716326.

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

Color convert

RGB1024826-
CMYK00.530.750.6
HSL17.37º59.38%25.1%-
HSV(B)17.37º74.51%40%-
XYZ6.725.011.59-
YUV61.64107.89156.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 14.77%
R=57.95%
G=27.27%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102482600.530.750.617.3759.3825.1
Hex66301A0354B3C113b19
Octal146603206511374217331
Binary110011011000011010011010110010111111001000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,48,26); }

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

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

 a { background-color: rgb(102,48,26); }

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

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

 span { border-color: rgb(102,48,26); }

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