Html Css Color HEX #73665D Pine Cone

📋 copy color: '#73665D'

red 115 ◦ green 102 ◦ blue 93

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

Shades of Pine Cone #73665D

Tints of Pine Cone #73665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 37.1%
G = 32.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73665D (or 0x73665D) is known color: Pine Cone. HEX triplet: 73, 66 and 5D. RGB value is (115,102,93). Sum of RGB (Red+Green+Blue) = 115+102+93=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73665D is #8C99A2. Grayscale: #686868. Windows color (decimal): -9214371 or 6121075. OLE color: 6121075.

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

Color convert

RGB 115 102 93 -
CMYK 0 0.11 0.19 0.55
HSL 24.55º 0.11% 0.41% -
HSV(B) 24.55º 0.19% 0.45% -
XYZ 13.8 13.94 12.32 -
YUV 104.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 115 102 93 0 0.11 0.19 0.55 24.55 0.11 0.41
Hex 73 66 5D 0 B 13 37 19 B 29
Octal 163 146 135 0 13 23 67 31 13 51
Binary 1110011 1100110 1011101 0 1011 10011 110111 11001 1011 101001

Color Harmonies of #73665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73665D

Black with #73665D

Text Example


Text Example

White with #73665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,102,93); }

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

background-color css

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

 a { background-color: rgb(115,102,93); }

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

border-color css

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

 span { border-color: rgb(115,102,93); }

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