#67380e

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

Shades of Baker's Chocolate #67380E

Tints of Baker's Chocolate #67380E

Color information

#67380E (or 0x67380E) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 38 and 0E. RGB value is (103,56,14). Sum of RGB (Red+Green+Blue) = 103+56+14=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #67380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67380E is #98C7F1. Grayscale: #414141. Windows color (decimal): -10012658 or 931943. OLE color: 931943.

HSL color Cylindrical-coordinate representation of color #67380E: hue angle of 28.31º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67380E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1035614-
CMYK00.460.860.60
HSL28.31º76.07%22.94%-
HSV(B)28.31º86.41%40.39%-
XYZ7.095.741.15-
YUV65.2699.07154.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 59.54%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 14 (5.86% from 255) = 8.09%
R=59.54%
G=32.37%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103561400.460.860.6028.3176.0722.94
Hex6738E02E563C1c4c17
Octal1477016056126743411427
Binary110011111100011100101110101011011110011100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67380e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67380e; }

 p { color: rgb(103,56,14); }

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

<style>
 a { background-color: #67380e; }

 a { background-color: rgb(103,56,14); }

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

<style>
 span { border-color: #67380e; }

 span { border-color: rgb(103,56,14); }

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