#75634D

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

Shades of Pine Cone #75634D

Tints of Pine Cone #75634D

Color information

#75634D (or 0x75634D) is unknown color: approx Pine Cone. HEX triplet: 75, 63 and 4D. RGB value is (117,99,77). Sum of RGB (Red+Green+Blue) = 117+99+77=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75634D is #8A9CB2. Grayscale: #656565. Windows color (decimal): -9084083 or 5071733. OLE color: 5071733.

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

Color convert

RGB1179977-
CMYK00.150.340.54
HSL33º20.62%38.04%-
HSV(B)33º34.19%45.88%-
XYZ13.1413.248.88-
YUV101.87113.96138.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 99 (39.06% from 255) = 33.79%
BLUE value IS 77 (30.47% from 255) = 26.28%
R=39.93%
G=33.79%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117997700.150.340.543320.6238.04
Hex75634D0F2236211526
Octal1651431150174266412546
Binary1110101110001110011010111110001011011010000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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