Html Css Color HEX #716454 Pine Cone

📋 copy color: '#716454'

red 113 ◦ green 100 ◦ blue 84

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

Shades of Pine Cone #716454

Tints of Pine Cone #716454

RGB

 RED value IS 113 (44.53% from 255) = 38.05%

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

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

R = 38.05%
G = 33.67%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#716454 (or 0x716454) is known color: Pine Cone. HEX triplet: 71, 64 and 54. RGB value is (113,100,84). Sum of RGB (Red+Green+Blue) = 113+100+84=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 113 - color contains mainly: red. Hex color #716454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716454 is #8E9BAB. Grayscale: #666666. Windows color (decimal): -9345964 or 5530737. OLE color: 5530737.

HSL color Cylindrical-coordinate representation of color #716454: hue angle of 33.1º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #716454 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 100 84 -
CMYK 0 0.12 0.26 0.56
HSL 33.1º 0.15% 0.39% -
HSV(B) 33.1º 0.26% 0.44% -
XYZ 12.97 13.27 10.26 -
YUV 102.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 113 100 84 0 0.12 0.26 0.56 33.1 0.15 0.39
Hex 71 64 54 0 C 1A 38 21 F 27
Octal 161 144 124 0 14 32 70 41 17 47
Binary 1110001 1100100 1010100 0 1100 11010 111000 100001 1111 100111

Color Harmonies of #716454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716454

Black with #716454

Text Example


Text Example

White with #716454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716454; }

 p { color: rgb(113,100,84); }

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

background-color css

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

 a { background-color: rgb(113,100,84); }

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

border-color css

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

 span { border-color: rgb(113,100,84); }

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