Html Css Color HEX #74685B Pine Cone

📋 copy color: '#74685B'

red 116 ◦ green 104 ◦ blue 91

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

Shades of Pine Cone #74685B

Tints of Pine Cone #74685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 37.3%
G = 33.44%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74685B (or 0x74685B) is known color: Pine Cone. HEX triplet: 74, 68 and 5B. RGB value is (116,104,91). Sum of RGB (Red+Green+Blue) = 116+104+91=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74685B is #8B97A4. Grayscale: #6A6A6A. Windows color (decimal): -9148325 or 5990516. OLE color: 5990516.

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

Color convert

RGB 116 104 91 -
CMYK 0 0.10 0.22 0.55
HSL 31.2º 0.12% 0.41% -
HSV(B) 31.2º 0.22% 0.45% -
XYZ 14.04 14.37 11.93 -
YUV 106.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 116 104 91 0 0.10 0.22 0.55 31.2 0.12 0.41
Hex 74 68 5B 0 A 16 37 1F C 29
Octal 164 150 133 0 12 26 67 37 14 51
Binary 1110100 1101000 1011011 0 1010 10110 110111 11111 1100 101001

Color Harmonies of #74685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74685B

Black with #74685B

Text Example


Text Example

White with #74685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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