#736B2E

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

Shades of Crete #736B2E

Tints of Crete #736B2E

Color information

#736B2E (or 0x736B2E) is unknown color: approx Crete. HEX triplet: 73, 6B and 2E. RGB value is (115,107,46). Sum of RGB (Red+Green+Blue) = 115+107+46=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736B2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736B2E is #8C94D1. Grayscale: #666666. Windows color (decimal): -9213138 or 3042163. OLE color: 3042163.

HSL color Cylindrical-coordinate representation of color #736B2E: hue angle of 53.04º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #736B2E is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.55.

Color convert

RGB11510746-
CMYK00.070.60.55
HSL53.04º42.86%31.57%-
HSV(B)53.04º60%45.1%-
XYZ12.8214.364.68-
YUV102.4496.15136.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=42.91%
G=39.93%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151074600.070.60.5553.0442.8631.57
Hex736B2E073C37352b20
Octal16315356077467655340
Binary111001111010111011100111111100110111110101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736B2E; }

 p { color: rgb(115,107,46); }

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

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

 a { background-color: rgb(115,107,46); }

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

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

 span { border-color: rgb(115,107,46); }

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