#67340D

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

Shades of Baker's Chocolate #67340D

Tints of Baker's Chocolate #67340D

Color information

#67340D (or 0x67340D) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 34 and 0D. RGB value is (103,52,13). Sum of RGB (Red+Green+Blue) = 103+52+13=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67340D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67340D is #98CBF2. Grayscale: #3F3F3F. Windows color (decimal): -10013683 or 865383. OLE color: 865383.

HSL color Cylindrical-coordinate representation of color #67340D: hue angle of 26º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67340D is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB1035213-
CMYK00.500.870.60
HSL26º77.59%22.75%-
HSV(B)26º87.38%40.39%-
XYZ6.895.371.05-
YUV62.899.9156.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.31%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 13 (5.47% from 255) = 7.74%
R=61.31%
G=30.95%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103521300.500.870.602677.5922.75
Hex6734D032573C1a4e17
Octal1476415062127743211627
Binary110011111010011010110010101011111110011010100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67340D; }

 p { color: rgb(103,52,13); }

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

<style>
 a { background-color: #67340D; }

 a { background-color: rgb(103,52,13); }

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

<style>
 span { border-color: #67340D; }

 span { border-color: rgb(103,52,13); }

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