#7C634C

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

Shades of Pine Cone #7C634C

Tints of Pine Cone #7C634C

Color information

#7C634C (or 0x7C634C) is unknown color: approx Pine Cone. HEX triplet: 7C, 63 and 4C. RGB value is (124,99,76). Sum of RGB (Red+Green+Blue) = 124+99+76=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C634C is #839CB3. Grayscale: #676767. Windows color (decimal): -8625332 or 5006204. OLE color: 5006204.

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

Color convert

RGB1249976-
CMYK00.200.390.51
HSL28.75º24%39.22%-
HSV(B)28.75º38.71%48.63%-
XYZ14.0813.738.75-
YUV103.85112.28142.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.47%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=41.47%
G=33.11%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124997600.200.390.5128.752439.22
Hex7C634C01427331d1827
Octal1741431140244763353047
Binary1111100110001110011000101001001111100111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,99,76); }

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

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

 a { background-color: rgb(124,99,76); }

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

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

 span { border-color: rgb(124,99,76); }

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