Html Css Color HEX #74685C Pine Cone

📋 copy color: '#74685C'

red 116 ◦ green 104 ◦ blue 92

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

Shades of Pine Cone #74685C

Tints of Pine Cone #74685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 37.18%
G = 33.33%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74685C (or 0x74685C) is known color: Pine Cone. HEX triplet: 74, 68 and 5C. RGB value is (116,104,92). Sum of RGB (Red+Green+Blue) = 116+104+92=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #74685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685C is #8B97A3. Grayscale: #6A6A6A. Windows color (decimal): -9148324 or 6056052. OLE color: 6056052.

HSL color Cylindrical-coordinate representation of color #74685C: hue angle of 30º 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 #74685C is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 92 -
CMYK 0 0.10 0.21 0.55
HSL 30º 0.12% 0.41% -
HSV(B) 30º 0.21% 0.45% -
XYZ 14.08 14.39 12.16 -
YUV 106.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 116 104 92 0 0.10 0.21 0.55 30 0.12 0.41
Hex 74 68 5C 0 A 15 37 1E C 29
Octal 164 150 134 0 12 25 67 36 14 51
Binary 1110100 1101000 1011100 0 1010 10101 110111 11110 1100 101001

Color Harmonies of #74685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74685C

Black with #74685C

Text Example


Text Example

White with #74685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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