#68360A

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

Shades of Baker's Chocolate #68360A

Tints of Baker's Chocolate #68360A

Color information

#68360A (or 0x68360A) is unknown color: approx Baker's Chocolate. HEX triplet: 68, 36 and 0A. RGB value is (104,54,10). Sum of RGB (Red+Green+Blue) = 104+54+10=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68360A is #97C9F5. Grayscale: #404040. Windows color (decimal): -9947638 or 669288. OLE color: 669288.

HSL color Cylindrical-coordinate representation of color #68360A: hue angle of 28.09º 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 #68360A is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1045410-
CMYK00.480.900.59
HSL28.09º82.46%22.35%-
HSV(B)28.09º90.38%40.78%-
XYZ7.085.61-
YUV63.9397.56156.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=61.90%
G=32.14%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104541000.480.900.5928.0982.4622.35
Hex6836A0305A3B1c5216
Octal1506612060132733412226
Binary110100011011010100110000101101011101111100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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