#74675B

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

Shades of Pine Cone #74675B

Tints of Pine Cone #74675B

Color information

#74675B (or 0x74675B) is unknown color: approx Pine Cone. HEX triplet: 74, 67 and 5B. RGB value is (116,103,91). Sum of RGB (Red+Green+Blue) = 116+103+91=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74675B is #8B98A4. Grayscale: #696969. Windows color (decimal): -9148581 or 5990260. OLE color: 5990260.

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

Color convert

RGB11610391-
CMYK00.110.220.55
HSL28.8º12.08%40.59%-
HSV(B)28.8º21.55%45.49%-
XYZ13.9414.1711.9-
YUV105.52119.81135.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=37.42%
G=33.23%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161039100.110.220.5528.812.0840.59
Hex74675B0B16371dc29
Octal1641471330132667351451
Binary1110100110011110110110101110110110111111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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