Html Css Color HEX #766354 Pine Cone

📋 copy color: '#766354'

red 118 ◦ green 99 ◦ blue 84

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

Shades of Pine Cone #766354

Tints of Pine Cone #766354

RGB

 RED value IS 118 (46.48% from 255) = 39.2%

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

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

R = 39.2%
G = 32.89%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766354 (or 0x766354) is known color: Pine Cone. HEX triplet: 76, 63 and 54. RGB value is (118,99,84). Sum of RGB (Red+Green+Blue) = 118+99+84=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #766354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766354 is #899CAB. Grayscale: #676767. Windows color (decimal): -9018540 or 5530486. OLE color: 5530486.

HSL color Cylindrical-coordinate representation of color #766354: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766354 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 84 -
CMYK 0 0.16 0.29 0.54
HSL 26.47º 0.17% 0.4% -
HSV(B) 26.47º 0.29% 0.46% -
XYZ 13.53 13.42 10.26 -
YUV 102.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 118 99 84 0 0.16 0.29 0.54 26.47 0.17 0.4
Hex 76 63 54 0 10 1D 36 1A 11 28
Octal 166 143 124 0 20 35 66 32 21 50
Binary 1110110 1100011 1010100 0 10000 11101 110110 11010 10001 101000

Color Harmonies of #766354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766354

Black with #766354

Text Example


Text Example

White with #766354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766354; }

 p { color: rgb(118,99,84); }

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

background-color css

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

 a { background-color: rgb(118,99,84); }

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

border-color css

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

 span { border-color: rgb(118,99,84); }

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