#69250B

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

Shades of Baker's Chocolate #69250B

Tints of Baker's Chocolate #69250B

Color information

#69250B (or 0x69250B) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 25 and 0B. RGB value is (105,37,11). Sum of RGB (Red+Green+Blue) = 105+37+11=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #69250B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69250B is #96DAF4. Grayscale: #363636. Windows color (decimal): -9886453 or 730473. OLE color: 730473.

HSL color Cylindrical-coordinate representation of color #69250B: hue angle of 16.6º degrees, saturation: 0.81, 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 #69250B is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1053711-
CMYK00.650.900.59
HSL16.6º81.03%22.75%-
HSV(B)16.6º89.52%41.18%-
XYZ6.554.350.81-
YUV54.37103.53164.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=68.63%
G=24.18%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105371100.650.900.5916.681.0322.75
Hex6925B0415A3B115117
Octal15145130101132732112127
Binary1101001100101101101000001101101011101110001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69250B; }

 p { color: rgb(105,37,11); }

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

<style>
 a { background-color: #69250B; }

 a { background-color: rgb(105,37,11); }

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

<style>
 span { border-color: #69250B; }

 span { border-color: rgb(105,37,11); }

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