Html Css Color HEX #73685F Pine Cone

📋 copy color: '#73685F'

red 115 ◦ green 104 ◦ blue 95

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

Shades of Pine Cone #73685F

Tints of Pine Cone #73685F

RGB

 RED value IS 115 (45.31% from 255) = 36.62%

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 36.62%
G = 33.12%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73685F (or 0x73685F) is known color: Pine Cone. HEX triplet: 73, 68 and 5F. RGB value is (115,104,95). Sum of RGB (Red+Green+Blue) = 115+104+95=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 104 (41.02% from 255 or 33.12% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #73685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73685F is #8C97A0. Grayscale: #6A6A6A. Windows color (decimal): -9213857 or 6252659. OLE color: 6252659.

HSL color Cylindrical-coordinate representation of color #73685F: hue angle of 27º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73685F is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 104 95 -
CMYK 0 0.10 0.17 0.55
HSL 27º 0.1% 0.41% -
HSV(B) 27º 0.17% 0.45% -
XYZ 14.09 14.37 12.86 -
YUV 106.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 115 104 95 0 0.10 0.17 0.55 27 0.1 0.41
Hex 73 68 5F 0 A 11 37 1B A 29
Octal 163 150 137 0 12 21 67 33 12 51
Binary 1110011 1101000 1011111 0 1010 10001 110111 11011 1010 101001

Color Harmonies of #73685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73685F

Black with #73685F

Text Example


Text Example

White with #73685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73685F; }

 p { color: rgb(115,104,95); }

 H1.HeaderClassName
 {
   color: #73685F;
 }
 .AnyTagClassName
 {
   color: #73685F;
 }
</style>

background-color css

<style>
 a { background-color: #73685F; }

 a { background-color: rgb(115,104,95); }

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

border-color css

<style>
 span { border-color: #73685F; }

 span { border-color: rgb(115,104,95); }

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