Html Css Color HEX #73665C Pine Cone

📋 copy color: '#73665C'

red 115 ◦ green 102 ◦ blue 92

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

Shades of Pine Cone #73665C

Tints of Pine Cone #73665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 37.22%
G = 33.01%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73665C (or 0x73665C) is known color: Pine Cone. HEX triplet: 73, 66 and 5C. RGB value is (115,102,92). Sum of RGB (Red+Green+Blue) = 115+102+92=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73665C is #8C99A3. Grayscale: #686868. Windows color (decimal): -9214372 or 6055539. OLE color: 6055539.

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

Color convert

RGB 115 102 92 -
CMYK 0 0.11 0.20 0.55
HSL 26.09º 0.11% 0.41% -
HSV(B) 26.09º 0.2% 0.45% -
XYZ 13.75 13.92 12.09 -
YUV 104.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 115 102 92 0 0.11 0.20 0.55 26.09 0.11 0.41
Hex 73 66 5C 0 B 14 37 1A B 29
Octal 163 146 134 0 13 24 67 32 13 51
Binary 1110011 1100110 1011100 0 1011 10100 110111 11010 1011 101001

Color Harmonies of #73665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73665C

Black with #73665C

Text Example


Text Example

White with #73665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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