Html Css Color HEX #74685D Pine Cone

📋 copy color: '#74685D'

red 116 ◦ green 104 ◦ blue 93

#74685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Cone #74685D

Tints of Pine Cone #74685D

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 37.06%
G = 33.23%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74685D (or 0x74685D) is known color: Pine Cone. HEX triplet: 74, 68 and 5D. RGB value is (116,104,93). Sum of RGB (Red+Green+Blue) = 116+104+93=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #74685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685D is #8B97A2. Grayscale: #6A6A6A. Windows color (decimal): -9148323 or 6121588. OLE color: 6121588.

HSL color Cylindrical-coordinate representation of color #74685D: hue angle of 28.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74685D is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 93 -
CMYK 0 0.10 0.20 0.55
HSL 28.7º 0.11% 0.41% -
HSV(B) 28.7º 0.2% 0.45% -
XYZ 14.13 14.4 12.39 -
YUV 106.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 116 104 93 0 0.10 0.20 0.55 28.7 0.11 0.41
Hex 74 68 5D 0 A 14 37 1D B 29
Octal 164 150 135 0 12 24 67 35 13 51
Binary 1110100 1101000 1011101 0 1010 10100 110111 11101 1011 101001

Color Harmonies of #74685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74685D

Black with #74685D

Text Example


Text Example

White with #74685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,104,93); }

 H1.HeaderClassName
 {
   color: #74685D;
 }
 .AnyTagClassName
 {
   color: #74685D;
 }
</style>

background-color css

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

 a { background-color: rgb(116,104,93); }

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

border-color css

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

 span { border-color: rgb(116,104,93); }

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