Html Css Color HEX #746E35 Crete

📋 copy color: '#746E35'

red 116 ◦ green 110 ◦ blue 53

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

Shades of Crete #746E35

Tints of Crete #746E35

RGB

 RED value IS 116 (45.7% from 255) = 41.58%

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

 BLUE value IS 53 (21.09% from 255) = 19%

R = 41.58%
G = 39.43%
B = 19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#746E35 (or 0x746E35) is known color: Crete. HEX triplet: 74, 6E and 35. RGB value is (116,110,53). Sum of RGB (Red+Green+Blue) = 116+110+53=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #746E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E35 is #8B91CA. Grayscale: #696969. Windows color (decimal): -9146827 or 3501684. OLE color: 3501684.

HSL color Cylindrical-coordinate representation of color #746E35: hue angle of 54.29º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746E35 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 53 -
CMYK 0 0.05 0.54 0.55
HSL 54.29º 0.37% 0.33% -
HSV(B) 54.29º 0.54% 0.45% -
XYZ 13.42 15.12 5.58 -
YUV 105.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 116 110 53 0 0.05 0.54 0.55 54.29 0.37 0.33
Hex 74 6E 35 0 5 36 37 36 25 21
Octal 164 156 65 0 5 66 67 66 45 41
Binary 1110100 1101110 110101 0 101 110110 110111 110110 100101 100001

Color Harmonies of #746E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E35

Black with #746E35

Text Example


Text Example

White with #746E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746E35; }

 p { color: rgb(116,110,53); }

 H1.HeaderClassName
 {
   color: #746E35;
 }
 .AnyTagClassName
 {
   color: #746E35;
 }
</style>

background-color css

<style>
 a { background-color: #746E35; }

 a { background-color: rgb(116,110,53); }

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

border-color css

<style>
 span { border-color: #746E35; }

 span { border-color: rgb(116,110,53); }

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