#67350B

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

Shades of Baker's Chocolate #67350B

Tints of Baker's Chocolate #67350B

Color information

#67350B (or 0x67350B) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 35 and 0B. RGB value is (103,53,11). Sum of RGB (Red+Green+Blue) = 103+53+11=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #67350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67350B is #98CAF4. Grayscale: #3F3F3F. Windows color (decimal): -10013429 or 734567. OLE color: 734567.

HSL color Cylindrical-coordinate representation of color #67350B: hue angle of 27.39º 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 #67350B is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.60.

Color convert

RGB1035311-
CMYK00.490.890.60
HSL27.39º80.7%22.35%-
HSV(B)27.39º89.32%40.39%-
XYZ6.935.451-
YUV63.1698.56156.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 61.68%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=61.68%
G=31.74%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.89
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103531100.490.890.6027.3980.722.35
Hex6735B031593C1b5116
Octal1476513061131743312126
Binary110011111010110110110001101100111110011011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67350B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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