#756B30

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

Shades of Crete #756B30

Tints of Crete #756B30

Color information

#756B30 (or 0x756B30) is unknown color: approx Crete. HEX triplet: 75, 6B and 30. RGB value is (117,107,48). Sum of RGB (Red+Green+Blue) = 117+107+48=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B30 is #8A94CF. Grayscale: #676767. Windows color (decimal): -9082064 or 3173237. OLE color: 3173237.

HSL color Cylindrical-coordinate representation of color #756B30: hue angle of 51.3º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #756B30 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB11710748-
CMYK00.090.590.54
HSL51.3º41.82%32.35%-
HSV(B)51.3º58.97%45.88%-
XYZ13.1314.514.91-
YUV103.2696.81137.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=43.01%
G=39.34%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171074800.090.590.5451.341.8232.35
Hex756B30093B36332a20
Octal165153600117366635240
Binary1110101110101111000001001111011110110110011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756B30; }

 p { color: rgb(117,107,48); }

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

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

 a { background-color: rgb(117,107,48); }

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

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

 span { border-color: rgb(117,107,48); }

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