Html Css Color HEX #766153 Pine Cone

📋 copy color: '#766153'

red 118 ◦ green 97 ◦ blue 83

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

Shades of Pine Cone #766153

Tints of Pine Cone #766153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.55%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 39.6%
G = 32.55%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766153 (or 0x766153) is known color: Pine Cone. HEX triplet: 76, 61 and 53. RGB value is (118,97,83). Sum of RGB (Red+Green+Blue) = 118+97+83=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #766153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766153 is #899EAC. Grayscale: #656565. Windows color (decimal): -9019053 or 5464438. OLE color: 5464438.

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

Color convert

RGB 118 97 83 -
CMYK 0 0.18 0.30 0.54
HSL 24º 0.17% 0.39% -
HSV(B) 24º 0.3% 0.46% -
XYZ 13.31 13.03 10 -
YUV 101.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 118 97 83 0 0.18 0.30 0.54 24 0.17 0.39
Hex 76 61 53 0 12 1E 36 18 11 27
Octal 166 141 123 0 22 36 66 30 21 47
Binary 1110110 1100001 1010011 0 10010 11110 110110 11000 10001 100111

Color Harmonies of #766153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766153

Black with #766153

Text Example


Text Example

White with #766153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766153; }

 p { color: rgb(118,97,83); }

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

background-color css

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

 a { background-color: rgb(118,97,83); }

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

border-color css

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

 span { border-color: rgb(118,97,83); }

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