Html Css Color HEX #73655B Pine Cone

📋 copy color: '#73655B'

red 115 ◦ green 101 ◦ blue 91

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

Shades of Pine Cone #73655B

Tints of Pine Cone #73655B

RGB

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

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

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

R = 37.46%
G = 32.9%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73655B (or 0x73655B) is known color: Pine Cone. HEX triplet: 73, 65 and 5B. RGB value is (115,101,91). Sum of RGB (Red+Green+Blue) = 115+101+91=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73655B is #8C9AA4. Grayscale: #686868. Windows color (decimal): -9214629 or 5989747. OLE color: 5989747.

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

Color convert

RGB 115 101 91 -
CMYK 0 0.12 0.21 0.55
HSL 25º 0.12% 0.4% -
HSV(B) 25º 0.21% 0.45% -
XYZ 13.61 13.71 11.83 -
YUV 104.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 115 101 91 0 0.12 0.21 0.55 25 0.12 0.4
Hex 73 65 5B 0 C 15 37 19 C 28
Octal 163 145 133 0 14 25 67 31 14 50
Binary 1110011 1100101 1011011 0 1100 10101 110111 11001 1100 101000

Color Harmonies of #73655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73655B

Black with #73655B

Text Example


Text Example

White with #73655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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