Html Css Color HEX #746C33 Crete

📋 copy color: '#746C33'

red 116 ◦ green 108 ◦ blue 51

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

Shades of Crete #746C33

Tints of Crete #746C33

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

 BLUE value IS 51 (20.31% from 255) = 18.55%

R = 42.18%
G = 39.27%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#746C33 (or 0x746C33) is known color: Crete. HEX triplet: 74, 6C and 33. RGB value is (116,108,51). Sum of RGB (Red+Green+Blue) = 116+108+51=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 51 (20.31% from 255 or 18.55% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #746C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C33 is #8B93CC. Grayscale: #686868. Windows color (decimal): -9147341 or 3370100. OLE color: 3370100.

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

Color convert

RGB 116 108 51 -
CMYK 0 0.07 0.56 0.55
HSL 52.62º 0.39% 0.33% -
HSV(B) 52.62º 0.56% 0.45% -
XYZ 13.16 14.68 5.27 -
YUV 103.89 98.15 136.63 -
System Red Green Blue C M Y K H S L
Decimal 116 108 51 0 0.07 0.56 0.55 52.62 0.39 0.33
Hex 74 6C 33 0 7 38 37 35 27 21
Octal 164 154 63 0 7 70 67 65 47 41
Binary 1110100 1101100 110011 0 111 111000 110111 110101 100111 100001

Color Harmonies of #746C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C33

Black with #746C33

Text Example


Text Example

White with #746C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,51); }

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

background-color css

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

 a { background-color: rgb(116,108,51); }

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

border-color css

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

 span { border-color: rgb(116,108,51); }

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