Html Css Color HEX #746654 Pine Cone

📋 copy color: '#746654'

red 116 ◦ green 102 ◦ blue 84

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

Shades of Pine Cone #746654

Tints of Pine Cone #746654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 84 (33.2% from 255) = 27.81%

R = 38.41%
G = 33.77%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#746654 (or 0x746654) is known color: Pine Cone. HEX triplet: 74, 66 and 54. RGB value is (116,102,84). Sum of RGB (Red+Green+Blue) = 116+102+84=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746654 is #8B99AB. Grayscale: #686868. Windows color (decimal): -9148844 or 5531252. OLE color: 5531252.

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

Color convert

RGB 116 102 84 -
CMYK 0 0.12 0.28 0.55
HSL 33.75º 0.16% 0.39% -
HSV(B) 33.75º 0.28% 0.45% -
XYZ 13.55 13.86 10.35 -
YUV 104.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 116 102 84 0 0.12 0.28 0.55 33.75 0.16 0.39
Hex 74 66 54 0 C 1C 37 22 10 27
Octal 164 146 124 0 14 34 67 42 20 47
Binary 1110100 1100110 1010100 0 1100 11100 110111 100010 10000 100111

Color Harmonies of #746654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746654

Black with #746654

Text Example


Text Example

White with #746654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746654; }

 p { color: rgb(116,102,84); }

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

background-color css

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

 a { background-color: rgb(116,102,84); }

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

border-color css

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

 span { border-color: rgb(116,102,84); }

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