#68270F

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

Shades of Baker's Chocolate #68270F

Tints of Baker's Chocolate #68270F

Color information

#68270F (or 0x68270F) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 27 and 0F. RGB value is (104,39,15). Sum of RGB (Red+Green+Blue) = 104+39+15=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #68270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68270F is #97D8F0. Grayscale: #373737. Windows color (decimal): -9951473 or 993128. OLE color: 993128.

HSL color Cylindrical-coordinate representation of color #68270F: hue angle of 16.18º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68270F is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1043915-
CMYK00.620.860.59
HSL16.18º74.79%23.33%-
HSV(B)16.18º85.58%40.78%-
XYZ6.524.430.96-
YUV55.7105.03162.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 15 (6.25% from 255) = 9.49%
R=65.82%
G=24.68%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104391500.620.860.5916.1874.7923.33
Hex6827F03E563B104b17
Octal1504717076126732011327
Binary110100010011111110111110101011011101110000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68270F; }

 p { color: rgb(104,39,15); }

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

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

 a { background-color: rgb(104,39,15); }

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

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

 span { border-color: rgb(104,39,15); }

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