#7D654B

Color #7D654B Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #7D654B

Tints of Pine Cone #7D654B

Color information

#7D654B (or 0x7D654B) is unknown color: approx Pine Cone. HEX triplet: 7D, 65 and 4B. RGB value is (125,101,75). Sum of RGB (Red+Green+Blue) = 125+101+75=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D654B is #829AB4. Grayscale: #696969. Windows color (decimal): -8559285 or 4941181. OLE color: 4941181.

HSL color Cylindrical-coordinate representation of color #7D654B: hue angle of 31.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D654B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12510175-
CMYK00.190.400.51
HSL31.2º25%39.22%-
HSV(B)31.2º40%49.02%-
XYZ14.3814.188.63-
YUV105.21110.95142.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.53%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=41.53%
G=33.55%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251017500.190.400.5131.22539.22
Hex7D654B01328331f1927
Octal1751451130235063373147
Binary1111101110010110010110100111010001100111111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D654B; }

 p { color: rgb(125,101,75); }

 H1.HeaderClassName
 {
   color: #7D654B;
 }
 .AnyTagClassName
 {
   color: #7D654B;
 }
</style>
background-color css

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

 a { background-color: rgb(125,101,75); }

 div.DivClassName
 {
   background-color: #7D654B;
 }
 .BgClassName
 {
   background-color: #7D654B;
 }
</style>
border-color css

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

 span { border-color: rgb(125,101,75); }

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