Html Css Color HEX #746455 Pine Cone

📋 copy color: '#746455'

red 116 ◦ green 100 ◦ blue 85

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

Shades of Pine Cone #746455

Tints of Pine Cone #746455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 38.54%
G = 33.22%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#746455 (or 0x746455) is known color: Pine Cone. HEX triplet: 74, 64 and 55. RGB value is (116,100,85). Sum of RGB (Red+Green+Blue) = 116+100+85=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746455 is #8B9BAA. Grayscale: #676767. Windows color (decimal): -9149355 or 5596276. OLE color: 5596276.

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

Color convert

RGB 116 100 85 -
CMYK 0 0.14 0.27 0.55
HSL 29.03º 0.15% 0.39% -
HSV(B) 29.03º 0.27% 0.45% -
XYZ 13.4 13.48 10.49 -
YUV 103.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 116 100 85 0 0.14 0.27 0.55 29.03 0.15 0.39
Hex 74 64 55 0 E 1B 37 1D F 27
Octal 164 144 125 0 16 33 67 35 17 47
Binary 1110100 1100100 1010101 0 1110 11011 110111 11101 1111 100111

Color Harmonies of #746455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746455

Black with #746455

Text Example


Text Example

White with #746455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746455; }

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

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

background-color css

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

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

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

border-color css

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

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

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