#68270A

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

Shades of Baker's Chocolate #68270A

Tints of Baker's Chocolate #68270A

Color information

#68270A (or 0x68270A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 27 and 0A. RGB value is (104,39,10). Sum of RGB (Red+Green+Blue) = 104+39+10=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68270A is #97D8F5. Grayscale: #373737. Windows color (decimal): -9951478 or 665448. OLE color: 665448.

HSL color Cylindrical-coordinate representation of color #68270A: hue angle of 18.51º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68270A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1043910-
CMYK00.620.900.59
HSL18.51º82.46%22.35%-
HSV(B)18.51º90.38%40.78%-
XYZ6.494.420.8-
YUV55.13102.53162.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=67.97%
G=25.49%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104391000.620.900.5918.5182.4622.35
Hex6827A03E5A3B135216
Octal1504712076132732312226
Binary110100010011110100111110101101011101110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68270A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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