#692505

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

Shades of Baker's Chocolate #692505

Tints of Baker's Chocolate #692505

Color information

#692505 (or 0x692505) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 25 and 05. RGB value is (105,37,5). Sum of RGB (Red+Green+Blue) = 105+37+5=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #692505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692505 is #96DAFA. Grayscale: #353535. Windows color (decimal): -9886459 or 337257. OLE color: 337257.

HSL color Cylindrical-coordinate representation of color #692505: hue angle of 19.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #692505 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB105375-
CMYK00.650.950.59
HSL19.2º90.91%21.57%-
HSV(B)19.2º95.24%41.18%-
XYZ6.514.340.64-
YUV53.68100.53164.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=71.43%
G=25.17%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10537500.650.950.5919.290.9121.57
Hex692550415F3B135b16
Octal1514550101137732313326
Binary110100110010110101000001101111111101110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692505; }

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

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

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

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

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

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

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

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