Html Css Color HEX #746961 Pine Cone

📋 copy color: '#746961'

red 116 ◦ green 105 ◦ blue 97

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

Shades of Pine Cone #746961

Tints of Pine Cone #746961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 36.48%
G = 33.02%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#746961 (or 0x746961) is known color: Pine Cone. HEX triplet: 74, 69 and 61. RGB value is (116,105,97). Sum of RGB (Red+Green+Blue) = 116+105+97=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746961 is #8B969E. Grayscale: #6B6B6B. Windows color (decimal): -9148063 or 6383988. OLE color: 6383988.

HSL color Cylindrical-coordinate representation of color #746961: hue angle of 25.26º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746961 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 97 -
CMYK 0 0.09 0.16 0.55
HSL 25.26º 0.09% 0.42% -
HSV(B) 25.26º 0.16% 0.45% -
XYZ 14.41 14.68 13.38 -
YUV 107.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 116 105 97 0 0.09 0.16 0.55 25.26 0.09 0.42
Hex 74 69 61 0 9 10 37 19 9 2A
Octal 164 151 141 0 11 20 67 31 11 52
Binary 1110100 1101001 1100001 0 1001 10000 110111 11001 1001 101010

Color Harmonies of #746961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746961

Black with #746961

Text Example


Text Example

White with #746961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746961; }

 p { color: rgb(116,105,97); }

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

background-color css

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

 a { background-color: rgb(116,105,97); }

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

border-color css

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

 span { border-color: rgb(116,105,97); }

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