Html Css Color HEX #73675E Pine Cone

📋 copy color: '#73675E'

red 115 ◦ green 103 ◦ blue 94

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

Shades of Pine Cone #73675E

Tints of Pine Cone #73675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 94 (37.11% from 255) = 30.13%

R = 36.86%
G = 33.01%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#73675E (or 0x73675E) is known color: Pine Cone. HEX triplet: 73, 67 and 5E. RGB value is (115,103,94). Sum of RGB (Red+Green+Blue) = 115+103+94=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675E is #8C98A1. Grayscale: #696969. Windows color (decimal): -9214114 or 6186867. OLE color: 6186867.

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

Color convert

RGB 115 103 94 -
CMYK 0 0.10 0.18 0.55
HSL 25.71º 0.1% 0.41% -
HSV(B) 25.71º 0.18% 0.45% -
XYZ 13.94 14.15 12.59 -
YUV 105.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 115 103 94 0 0.10 0.18 0.55 25.71 0.1 0.41
Hex 73 67 5E 0 A 12 37 1A A 29
Octal 163 147 136 0 12 22 67 32 12 51
Binary 1110011 1100111 1011110 0 1010 10010 110111 11010 1010 101001

Color Harmonies of #73675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73675E

Black with #73675E

Text Example


Text Example

White with #73675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73675E; }

 p { color: rgb(115,103,94); }

 H1.HeaderClassName
 {
   color: #73675E;
 }
 .AnyTagClassName
 {
   color: #73675E;
 }
</style>

background-color css

<style>
 a { background-color: #73675E; }

 a { background-color: rgb(115,103,94); }

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

border-color css

<style>
 span { border-color: #73675E; }

 span { border-color: rgb(115,103,94); }

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