Html Css Color HEX #766350 Pine Cone

📋 copy color: '#766350'

red 118 ◦ green 99 ◦ blue 80

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

Shades of Pine Cone #766350

Tints of Pine Cone #766350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.94%

R = 39.73%
G = 33.33%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#766350 (or 0x766350) is known color: Pine Cone. HEX triplet: 76, 63 and 50. RGB value is (118,99,80). Sum of RGB (Red+Green+Blue) = 118+99+80=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766350 is #899CAF. Grayscale: #666666. Windows color (decimal): -9018544 or 5268342. OLE color: 5268342.

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

Color convert

RGB 118 99 80 -
CMYK 0 0.16 0.32 0.54
HSL 30º 0.19% 0.39% -
HSV(B) 30º 0.32% 0.46% -
XYZ 13.38 13.35 9.46 -
YUV 102.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 118 99 80 0 0.16 0.32 0.54 30 0.19 0.39
Hex 76 63 50 0 10 20 36 1E 13 27
Octal 166 143 120 0 20 40 66 36 23 47
Binary 1110110 1100011 1010000 0 10000 100000 110110 11110 10011 100111

Color Harmonies of #766350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766350

Black with #766350

Text Example


Text Example

White with #766350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766350; }

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

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

background-color css

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

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

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

border-color css

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

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

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