#67300C

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

Shades of Baker's Chocolate #67300C

Tints of Baker's Chocolate #67300C

Color information

#67300C (or 0x67300C) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 30 and 0C. RGB value is (103,48,12). Sum of RGB (Red+Green+Blue) = 103+48+12=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #67300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67300C is #98CFF3. Grayscale: #3C3C3C. Windows color (decimal): -10014708 or 798823. OLE color: 798823.

HSL color Cylindrical-coordinate representation of color #67300C: hue angle of 23.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67300C is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1034812-
CMYK00.530.880.60
HSL23.74º79.13%22.55%-
HSV(B)23.74º88.35%40.39%-
XYZ6.725.020.96-
YUV60.34100.72158.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 63.19%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=63.19%
G=29.45%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103481200.530.880.6023.7479.1322.55
Hex6730C035583C184f17
Octal1476014065130743011727
Binary110011111000011000110101101100011110011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67300C; }

 p { color: rgb(103,48,12); }

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

<style>
 a { background-color: #67300C; }

 a { background-color: rgb(103,48,12); }

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

<style>
 span { border-color: #67300C; }

 span { border-color: rgb(103,48,12); }

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