Html Css Color HEX #746451 Pine Cone

📋 copy color: '#746451'

red 116 ◦ green 100 ◦ blue 81

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

Shades of Pine Cone #746451

Tints of Pine Cone #746451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 81 (32.03% from 255) = 27.27%

R = 39.06%
G = 33.67%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746451 (or 0x746451) is known color: Pine Cone. HEX triplet: 74, 64 and 51. RGB value is (116,100,81). Sum of RGB (Red+Green+Blue) = 116+100+81=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746451 is #8B9BAE. Grayscale: #666666. Windows color (decimal): -9149359 or 5334132. OLE color: 5334132.

HSL color Cylindrical-coordinate representation of color #746451: hue angle of 32.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746451 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 81 -
CMYK 0 0.14 0.30 0.55
HSL 32.57º 0.18% 0.39% -
HSV(B) 32.57º 0.3% 0.45% -
XYZ 13.24 13.42 9.68 -
YUV 102.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 116 100 81 0 0.14 0.30 0.55 32.57 0.18 0.39
Hex 74 64 51 0 E 1E 37 21 12 27
Octal 164 144 121 0 16 36 67 41 22 47
Binary 1110100 1100100 1010001 0 1110 11110 110111 100001 10010 100111

Color Harmonies of #746451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746451

Black with #746451

Text Example


Text Example

White with #746451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746451; }

 p { color: rgb(116,100,81); }

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

background-color css

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

 a { background-color: rgb(116,100,81); }

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

border-color css

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

 span { border-color: rgb(116,100,81); }

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