#69300A

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

Shades of Baker's Chocolate #69300A

Tints of Baker's Chocolate #69300A

Color information

#69300A (or 0x69300A) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 30 and 0A. RGB value is (105,48,10). Sum of RGB (Red+Green+Blue) = 105+48+10=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #69300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69300A is #96CFF5. Grayscale: #3C3C3C. Windows color (decimal): -9883638 or 667753. OLE color: 667753.

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

Color convert

RGB1054810-
CMYK00.540.900.59
HSL24º82.61%22.55%-
HSV(B)24º90.48%41.18%-
XYZ6.945.140.91-
YUV60.7199.38159.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=64.42%
G=29.45%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105481000.540.900.592482.6122.55
Hex6930A0365A3B185317
Octal1516012066132733012327
Binary110100111000010100110110101101011101111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,48,10); }

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

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

 a { background-color: rgb(105,48,10); }

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

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

 span { border-color: rgb(105,48,10); }

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