#673108

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

Shades of Baker's Chocolate #673108

Tints of Baker's Chocolate #673108

Color information

#673108 (or 0x673108) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 31 and 08. RGB value is (103,49,8). Sum of RGB (Red+Green+Blue) = 103+49+8=160 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.38% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 103 - color contains mainly: red. Hex color #673108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673108 is #98CEF7. Grayscale: #3C3C3C. Windows color (decimal): -10014456 or 536935. OLE color: 536935.

HSL color Cylindrical-coordinate representation of color #673108: hue angle of 25.89º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #673108 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB103498-
CMYK00.520.920.60
HSL25.89º85.59%21.76%-
HSV(B)25.89º92.23%40.39%-
XYZ6.745.10.86-
YUV60.4798.39158.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 64.38%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 8 (3.52% from 255) = 5%
R=64.38%
G=30.62%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.92
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10349800.520.920.6025.8985.5921.76
Hex673180345C3C1a5616
Octal1476110064134743212626
Binary110011111000110000110100101110011110011010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673108; }

 p { color: rgb(103,49,8); }

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

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

 a { background-color: rgb(103,49,8); }

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

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

 span { border-color: rgb(103,49,8); }

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