#73692B

Color #73692B Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #73692B

Tints of Crete #73692B

Color information

#73692B (or 0x73692B) is unknown color: approx Crete. HEX triplet: 73, 69 and 2B. RGB value is (115,105,43). Sum of RGB (Red+Green+Blue) = 115+105+43=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #73692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73692B is #8C96D4. Grayscale: #656565. Windows color (decimal): -9213653 or 2845043. OLE color: 2845043.

HSL color Cylindrical-coordinate representation of color #73692B: hue angle of 51.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #73692B is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB11510543-
CMYK00.090.630.55
HSL51.67º45.57%30.98%-
HSV(B)51.67º62.61%45.1%-
XYZ12.5613.924.31-
YUV100.9295.31138.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.73%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=43.73%
G=39.92%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151054300.090.630.5551.6745.5730.98
Hex73692B093F37342e1f
Octal163151530117767645637
Binary111001111010011010110100111111111011111010010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,105,43); }

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

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

 a { background-color: rgb(115,105,43); }

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

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

 span { border-color: rgb(115,105,43); }

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