Html Css Color HEX #746F35 Crete

📋 copy color: '#746F35'

red 116 ◦ green 111 ◦ blue 53

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

Shades of Crete #746F35

Tints of Crete #746F35

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.64%

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

R = 41.43%
G = 39.64%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#746F35 (or 0x746F35) is known color: Crete. HEX triplet: 74, 6F and 35. RGB value is (116,111,53). Sum of RGB (Red+Green+Blue) = 116+111+53=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F35 is #8B90CA. Grayscale: #6A6A6A. Windows color (decimal): -9146571 or 3501940. OLE color: 3501940.

HSL color Cylindrical-coordinate representation of color #746F35: hue angle of 55.24º 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 #746F35 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 53 -
CMYK 0 0.04 0.54 0.55
HSL 55.24º 0.37% 0.33% -
HSV(B) 55.24º 0.54% 0.45% -
XYZ 13.53 15.34 5.62 -
YUV 105.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 116 111 53 0 0.04 0.54 0.55 55.24 0.37 0.33
Hex 74 6F 35 0 4 36 37 37 25 21
Octal 164 157 65 0 4 66 67 67 45 41
Binary 1110100 1101111 110101 0 100 110110 110111 110111 100101 100001

Color Harmonies of #746F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F35

Black with #746F35

Text Example


Text Example

White with #746F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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