#74675C

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

Shades of Pine Cone #74675C

Tints of Pine Cone #74675C

Color information

#74675C (or 0x74675C) is unknown color: approx Pine Cone. HEX triplet: 74, 67 and 5C. RGB value is (116,103,92). Sum of RGB (Red+Green+Blue) = 116+103+92=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675C is #8B98A3. Grayscale: #696969. Windows color (decimal): -9148580 or 6055796. OLE color: 6055796.

HSL color Cylindrical-coordinate representation of color #74675C: hue angle of 27.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74675C is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB11610392-
CMYK00.110.210.55
HSL27.5º11.54%40.78%-
HSV(B)27.5º20.69%45.49%-
XYZ13.9814.1912.13-
YUV105.63120.31135.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 103 (40.62% from 255) = 33.12%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=37.30%
G=33.12%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161039200.110.210.5527.511.5440.78
Hex74675C0B15371cc29
Octal1641471340132567341451
Binary1110100110011110111000101110101110111111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74675C; }

 p { color: rgb(116,103,92); }

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

<style>
 a { background-color: #74675C; }

 a { background-color: rgb(116,103,92); }

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

<style>
 span { border-color: #74675C; }

 span { border-color: rgb(116,103,92); }

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