Html Css Color HEX #746555 Pine Cone

📋 copy color: '#746555'

red 116 ◦ green 101 ◦ blue 85

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

Shades of Pine Cone #746555

Tints of Pine Cone #746555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.44%

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

R = 38.41%
G = 33.44%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#746555 (or 0x746555) is known color: Pine Cone. HEX triplet: 74, 65 and 55. RGB value is (116,101,85). Sum of RGB (Red+Green+Blue) = 116+101+85=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746555 is #8B9AAA. Grayscale: #676767. Windows color (decimal): -9149099 or 5596532. OLE color: 5596532.

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

Color convert

RGB 116 101 85 -
CMYK 0 0.13 0.27 0.55
HSL 30.97º 0.15% 0.39% -
HSV(B) 30.97º 0.27% 0.45% -
XYZ 13.5 13.68 10.52 -
YUV 103.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 116 101 85 0 0.13 0.27 0.55 30.97 0.15 0.39
Hex 74 65 55 0 D 1B 37 1F F 27
Octal 164 145 125 0 15 33 67 37 17 47
Binary 1110100 1100101 1010101 0 1101 11011 110111 11111 1111 100111

Color Harmonies of #746555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746555

Black with #746555

Text Example


Text Example

White with #746555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746555; }

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

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

background-color css

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

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

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

border-color css

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

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

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