#68380B

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

Shades of Baker's Chocolate #68380B

Tints of Baker's Chocolate #68380B

Color information

#68380B (or 0x68380B) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 38 and 0B. RGB value is (104,56,11). Sum of RGB (Red+Green+Blue) = 104+56+11=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68380B is #97C7F4. Grayscale: #414141. Windows color (decimal): -9947125 or 735336. OLE color: 735336.

HSL color Cylindrical-coordinate representation of color #68380B: hue angle of 29.03º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68380B is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1045611-
CMYK00.460.890.59
HSL29.03º80.87%22.55%-
HSV(B)29.03º89.42%40.78%-
XYZ7.185.81.06-
YUV65.2297.4155.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=60.82%
G=32.75%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104561100.460.890.5929.0380.8722.55
Hex6838B02E593B1d5117
Octal1507013056131733512127
Binary110100011100010110101110101100111101111101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,56,11); }

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

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

 a { background-color: rgb(104,56,11); }

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

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

 span { border-color: rgb(104,56,11); }

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