Html Css Color HEX #766652 Pine Cone

📋 copy color: '#766652'

red 118 ◦ green 102 ◦ blue 82

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

Shades of Pine Cone #766652

Tints of Pine Cone #766652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.77%

 BLUE value IS 82 (32.42% from 255) = 27.15%

R = 39.07%
G = 33.77%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766652 (or 0x766652) is known color: Pine Cone. HEX triplet: 76, 66 and 52. RGB value is (118,102,82). Sum of RGB (Red+Green+Blue) = 118+102+82=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766652 is #8999AD. Grayscale: #686868. Windows color (decimal): -9017774 or 5400182. OLE color: 5400182.

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

Color convert

RGB 118 102 82 -
CMYK 0 0.14 0.31 0.54
HSL 33.33º 0.18% 0.39% -
HSV(B) 33.33º 0.31% 0.46% -
XYZ 13.75 13.96 9.95 -
YUV 104.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 118 102 82 0 0.14 0.31 0.54 33.33 0.18 0.39
Hex 76 66 52 0 E 1F 36 21 12 27
Octal 166 146 122 0 16 37 66 41 22 47
Binary 1110110 1100110 1010010 0 1110 11111 110110 100001 10010 100111

Color Harmonies of #766652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766652

Black with #766652

Text Example


Text Example

White with #766652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766652; }

 p { color: rgb(118,102,82); }

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

background-color css

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

 a { background-color: rgb(118,102,82); }

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

border-color css

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

 span { border-color: rgb(118,102,82); }

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