#673100

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

Shades of Baker's Chocolate #673100

Tints of Baker's Chocolate #673100

Color information

#673100 (or 0x673100) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 31 and 00. RGB value is (103,49,0). Sum of RGB (Red+Green+Blue) = 103+49+0=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #673100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673100 is #98CEFF. Grayscale: #3B3B3B. Windows color (decimal): -10014464 or 12647. OLE color: 12647.

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

Color convert

RGB103490-
CMYK00.5210.60
HSL28.54º100%20.2%-
HSV(B)28.54º100%40.39%-
XYZ6.695.080.63-
YUV59.5694.39158.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.76%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.76%
G=32.24%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10349000.5210.6028.5410020.2
Hex67310034643C1d6414
Octal147610064144743514424
Binary110011111000100110100110010011110011101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673100; }

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

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

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

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

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

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

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

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