Html Css Color HEX #746355 Pine Cone

📋 copy color: '#746355'

red 116 ◦ green 99 ◦ blue 85

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

Shades of Pine Cone #746355

Tints of Pine Cone #746355

RGB

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

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

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

R = 38.67%
G = 33%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#746355 (or 0x746355) is known color: Pine Cone. HEX triplet: 74, 63 and 55. RGB value is (116,99,85). Sum of RGB (Red+Green+Blue) = 116+99+85=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #746355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746355 is #8B9CAA. Grayscale: #666666. Windows color (decimal): -9149611 or 5596020. OLE color: 5596020.

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

Color convert

RGB 116 99 85 -
CMYK 0 0.15 0.27 0.55
HSL 27.1º 0.15% 0.39% -
HSV(B) 27.1º 0.27% 0.45% -
XYZ 13.3 13.29 10.46 -
YUV 102.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 116 99 85 0 0.15 0.27 0.55 27.1 0.15 0.39
Hex 74 63 55 0 F 1B 37 1B F 27
Octal 164 143 125 0 17 33 67 33 17 47
Binary 1110100 1100011 1010101 0 1111 11011 110111 11011 1111 100111

Color Harmonies of #746355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746355

Black with #746355

Text Example


Text Example

White with #746355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746355; }

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

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

background-color css

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

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

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

border-color css

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

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

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