#75634F

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

Shades of Pine Cone #75634F

Tints of Pine Cone #75634F

Color information

#75634F (or 0x75634F) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 4F. RGB value is (117,99,79). Sum of RGB (Red+Green+Blue) = 117+99+79=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75634F is #8A9CB0. Grayscale: #666666. Windows color (decimal): -9084081 or 5202805. OLE color: 5202805.

HSL color Cylindrical-coordinate representation of color #75634F: hue angle of 31.58º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75634F is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1179979-
CMYK00.150.320.54
HSL31.58º19.39%38.43%-
HSV(B)31.58º32.48%45.88%-
XYZ13.2113.279.26-
YUV102.1114.96138.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=39.66%
G=33.56%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117997900.150.320.5431.5819.3938.43
Hex75634F0F2036201326
Octal1651431170174066402346
Binary1110101110001110011110111110000011011010000010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75634F; }

 p { color: rgb(117,99,79); }

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

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

 a { background-color: rgb(117,99,79); }

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

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

 span { border-color: rgb(117,99,79); }

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