Html Css Color HEX #756E3C Crete

📋 copy color: '#756E3C'

red 117 ◦ green 110 ◦ blue 60

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

Shades of Crete #756E3C

Tints of Crete #756E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 40.77%
G = 38.33%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#756E3C (or 0x756E3C) is known color: Crete. HEX triplet: 75, 6E and 3C. RGB value is (117,110,60). Sum of RGB (Red+Green+Blue) = 117+110+60=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E3C is #8A91C3. Grayscale: #6A6A6A. Windows color (decimal): -9081284 or 3960437. OLE color: 3960437.

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

Color convert

RGB 117 110 60 -
CMYK 0 0.06 0.49 0.54
HSL 52.63º 0.32% 0.35% -
HSV(B) 52.63º 0.49% 0.46% -
XYZ 13.73 15.26 6.5 -
YUV 106.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 117 110 60 0 0.06 0.49 0.54 52.63 0.32 0.35
Hex 75 6E 3C 0 6 31 36 35 20 23
Octal 165 156 74 0 6 61 66 65 40 43
Binary 1110101 1101110 111100 0 110 110001 110110 110101 100000 100011

Color Harmonies of #756E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E3C

Black with #756E3C

Text Example


Text Example

White with #756E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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