Html Css Color HEX #756E31 Crete

📋 copy color: '#756E31'

red 117 ◦ green 110 ◦ blue 49

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

Shades of Crete #756E31

Tints of Crete #756E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 42.39%
G = 39.86%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#756E31 (or 0x756E31) is known color: Crete. HEX triplet: 75, 6E and 31. RGB value is (117,110,49). Sum of RGB (Red+Green+Blue) = 117+110+49=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #756E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E31 is #8A91CE. Grayscale: #696969. Windows color (decimal): -9081295 or 3239541. OLE color: 3239541.

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

Color convert

RGB 117 110 49 -
CMYK 0 0.06 0.58 0.54
HSL 53.82º 0.41% 0.33% -
HSV(B) 53.82º 0.58% 0.46% -
XYZ 13.47 15.16 5.12 -
YUV 105.14 96.32 136.46 -
System Red Green Blue C M Y K H S L
Decimal 117 110 49 0 0.06 0.58 0.54 53.82 0.41 0.33
Hex 75 6E 31 0 6 3A 36 36 29 21
Octal 165 156 61 0 6 72 66 66 51 41
Binary 1110101 1101110 110001 0 110 111010 110110 110110 101001 100001

Color Harmonies of #756E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E31

Black with #756E31

Text Example


Text Example

White with #756E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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