#7C654B

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

Shades of Pine Cone #7C654B

Tints of Pine Cone #7C654B

Color information

#7C654B (or 0x7C654B) is unknown color: approx Pine Cone. HEX triplet: 7C, 65 and 4B. RGB value is (124,101,75). Sum of RGB (Red+Green+Blue) = 124+101+75=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C654B is #839AB4. Grayscale: #696969. Windows color (decimal): -8624821 or 4941180. OLE color: 4941180.

HSL color Cylindrical-coordinate representation of color #7C654B: hue angle of 31.84º 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 #7C654B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12410175-
CMYK00.190.400.51
HSL31.84º24.62%39.02%-
HSV(B)31.84º39.52%48.63%-
XYZ14.2414.18.63-
YUV104.91111.12141.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 75 (29.69% from 255) = 25%
R=41.33%
G=33.67%
B=25%

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
Decimal1241017500.190.400.5131.8424.6239.02
Hex7C654B0132833201927
Octal1741451130235063403147
Binary11111001100101100101101001110100011001110000011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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