#67380B

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

Shades of Baker's Chocolate #67380B

Tints of Baker's Chocolate #67380B

Color information

#67380B (or 0x67380B) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 38 and 0B. RGB value is (103,56,11). Sum of RGB (Red+Green+Blue) = 103+56+11=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67380B is #98C7F4. Grayscale: #414141. Windows color (decimal): -10012661 or 735335. OLE color: 735335.

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

Color convert

RGB1035611-
CMYK00.460.890.60
HSL29.35º80.7%22.35%-
HSV(B)29.35º89.32%40.39%-
XYZ7.075.741.05-
YUV64.9297.57155.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 60.59%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 11 (4.69% from 255) = 6.47%
R=60.59%
G=32.94%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103561100.460.890.6029.3580.722.35
Hex6738B02E593C1d5116
Octal1477013056131743512126
Binary110011111100010110101110101100111110011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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