Html Css Color HEX #746351 Pine Cone

📋 copy color: '#746351'

red 116 ◦ green 99 ◦ blue 81

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

Shades of Pine Cone #746351

Tints of Pine Cone #746351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

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

R = 39.19%
G = 33.45%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746351 (or 0x746351) is known color: Pine Cone. HEX triplet: 74, 63 and 51. RGB value is (116,99,81). Sum of RGB (Red+Green+Blue) = 116+99+81=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #746351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746351 is #8B9CAE. Grayscale: #666666. Windows color (decimal): -9149615 or 5333876. OLE color: 5333876.

HSL color Cylindrical-coordinate representation of color #746351: hue angle of 30.86º 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 #746351 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 81 -
CMYK 0 0.15 0.30 0.55
HSL 30.86º 0.18% 0.39% -
HSV(B) 30.86º 0.3% 0.45% -
XYZ 13.15 13.23 9.65 -
YUV 102.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 116 99 81 0 0.15 0.30 0.55 30.86 0.18 0.39
Hex 74 63 51 0 F 1E 37 1F 12 27
Octal 164 143 121 0 17 36 67 37 22 47
Binary 1110100 1100011 1010001 0 1111 11110 110111 11111 10010 100111

Color Harmonies of #746351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746351

Black with #746351

Text Example


Text Example

White with #746351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746351; }

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

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

background-color css

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

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

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

border-color css

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

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

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