#69370A

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

Shades of Baker's Chocolate #69370A

Tints of Baker's Chocolate #69370A

Color information

#69370A (or 0x69370A) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 37 and 0A. RGB value is (105,55,10). Sum of RGB (Red+Green+Blue) = 105+55+10=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #69370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69370A is #96C8F5. Grayscale: #414141. Windows color (decimal): -9881846 or 669545. OLE color: 669545.

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

Color convert

RGB1055510-
CMYK00.480.900.59
HSL28.42º82.61%22.55%-
HSV(B)28.42º90.48%41.18%-
XYZ7.255.761.02-
YUV64.8297.06156.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.76%
GREEN value IS 55 (21.88% from 255) = 32.35%
BLUE value IS 10 (4.30% from 255) = 5.88%
R=61.76%
G=32.35%
B=5.88%

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
Decimal105551000.480.900.5928.4282.6122.55
Hex6937A0305A3B1c5317
Octal1516712060132733412327
Binary110100111011110100110000101101011101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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