#672000

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

Shades of Baker's Chocolate #672000

Tints of Baker's Chocolate #672000

Color information

#672000 (or 0x672000) is unknown color: approx Baker's Chocolate. HEX triplet: 67, 20 and 00. RGB value is (103,32,0). Sum of RGB (Red+Green+Blue) = 103+32+0=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #672000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672000 is #98DFFF. Grayscale: #313131. Windows color (decimal): -10018816 or 8295. OLE color: 8295.

HSL color Cylindrical-coordinate representation of color #672000: hue angle of 18.64º 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 #672000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB103320-
CMYK00.6910.60
HSL18.64º100%20.2%-
HSV(B)18.64º100%40.39%-
XYZ6.113.920.43-
YUV49.58100.02166.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.30%
G=23.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10332000.6910.6018.6410020.2
Hex67200045643C136414
Octal1474000105144742314424
Binary1100111100000001000101110010011110010011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672000; }

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

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

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

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

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

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

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

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