#692D17

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

Shades of Baker's Chocolate #692D17

Tints of Baker's Chocolate #692D17

Color information

#692D17 (or 0x692D17) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 2D and 17. RGB value is (105,45,23). Sum of RGB (Red+Green+Blue) = 105+45+23=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #692D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692D17 is #96D2E8. Grayscale: #3C3C3C. Windows color (decimal): -9884393 or 1518953. OLE color: 1518953.

HSL color Cylindrical-coordinate representation of color #692D17: hue angle of 16.1º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692D17 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.59.

Color convert

RGB1054523-
CMYK00.570.780.59
HSL16.1º64.06%25.1%-
HSV(B)16.1º78.1%41.18%-
XYZ6.924.941.4-
YUV60.43106.88159.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 45 (17.97% from 255) = 26.01%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=60.69%
G=26.01%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105452300.570.780.5916.164.0625.1
Hex692D170394E3B104019
Octal1515527071116732010031
Binary1101001101101101110111001100111011101110000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692D17; }

 p { color: rgb(105,45,23); }

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

<style>
 a { background-color: #692D17; }

 a { background-color: rgb(105,45,23); }

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

<style>
 span { border-color: #692D17; }

 span { border-color: rgb(105,45,23); }

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