Html Css Color HEX #73655A Pine Cone

📋 copy color: '#73655A'

red 115 ◦ green 101 ◦ blue 90

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

Shades of Pine Cone #73655A

Tints of Pine Cone #73655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.01%

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 37.58%
G = 33.01%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#73655A (or 0x73655A) is known color: Pine Cone. HEX triplet: 73, 65 and 5A. RGB value is (115,101,90). Sum of RGB (Red+Green+Blue) = 115+101+90=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #73655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73655A is #8C9AA5. Grayscale: #676767. Windows color (decimal): -9214630 or 5924211. OLE color: 5924211.

HSL color Cylindrical-coordinate representation of color #73655A: hue angle of 26.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #73655A is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 90 -
CMYK 0 0.12 0.22 0.55
HSL 26.4º 0.12% 0.4% -
HSV(B) 26.4º 0.22% 0.45% -
XYZ 13.57 13.69 11.6 -
YUV 103.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 115 101 90 0 0.12 0.22 0.55 26.4 0.12 0.4
Hex 73 65 5A 0 C 16 37 1A C 28
Octal 163 145 132 0 14 26 67 32 14 50
Binary 1110011 1100101 1011010 0 1100 10110 110111 11010 1100 101000

Color Harmonies of #73655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73655A

Black with #73655A

Text Example


Text Example

White with #73655A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73655A; }

 p { color: rgb(115,101,90); }

 H1.HeaderClassName
 {
   color: #73655A;
 }
 .AnyTagClassName
 {
   color: #73655A;
 }
</style>

background-color css

<style>
 a { background-color: #73655A; }

 a { background-color: rgb(115,101,90); }

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

border-color css

<style>
 span { border-color: #73655A; }

 span { border-color: rgb(115,101,90); }

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