Html Css Color HEX #756E3A Crete

📋 copy color: '#756E3A'

red 117 ◦ green 110 ◦ blue 58

#756E3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #756E3A

Tints of Crete #756E3A

RGB

 RED value IS 117 (46.09% from 255) = 41.05%

 GREEN value IS 110 (43.36% from 255) = 38.6%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 41.05%
G = 38.6%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#756E3A (or 0x756E3A) is known color: Crete. HEX triplet: 75, 6E and 3A. RGB value is (117,110,58). Sum of RGB (Red+Green+Blue) = 117+110+58=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #756E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E3A is #8A91C5. Grayscale: #6A6A6A. Windows color (decimal): -9081286 or 3829365. OLE color: 3829365.

HSL color Cylindrical-coordinate representation of color #756E3A: hue angle of 52.88º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #756E3A is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 58 -
CMYK 0 0.06 0.50 0.54
HSL 52.88º 0.34% 0.34% -
HSV(B) 52.88º 0.5% 0.46% -
XYZ 13.68 15.24 6.22 -
YUV 106.17 100.82 135.73 -
System Red Green Blue C M Y K H S L
Decimal 117 110 58 0 0.06 0.50 0.54 52.88 0.34 0.34
Hex 75 6E 3A 0 6 32 36 35 22 22
Octal 165 156 72 0 6 62 66 65 42 42
Binary 1110101 1101110 111010 0 110 110010 110110 110101 100010 100010

Color Harmonies of #756E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E3A

Black with #756E3A

Text Example


Text Example

White with #756E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,110,58); }

 H1.HeaderClassName
 {
   color: #756E3A;
 }
 .AnyTagClassName
 {
   color: #756E3A;
 }
</style>

background-color css

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

 a { background-color: rgb(117,110,58); }

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

border-color css

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

 span { border-color: rgb(117,110,58); }

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