Html Css Color HEX #73675F Pine Cone

📋 copy color: '#73675F'

red 115 ◦ green 103 ◦ blue 95

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

Shades of Pine Cone #73675F

Tints of Pine Cone #73675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 36.74%
G = 32.91%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#73675F (or 0x73675F) is known color: Pine Cone. HEX triplet: 73, 67 and 5F. RGB value is (115,103,95). Sum of RGB (Red+Green+Blue) = 115+103+95=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675F is #8C98A0. Grayscale: #696969. Windows color (decimal): -9214113 or 6252403. OLE color: 6252403.

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

Color convert

RGB 115 103 95 -
CMYK 0 0.10 0.17 0.55
HSL 24º 0.1% 0.41% -
HSV(B) 24º 0.17% 0.45% -
XYZ 13.99 14.17 12.82 -
YUV 105.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 115 103 95 0 0.10 0.17 0.55 24 0.1 0.41
Hex 73 67 5F 0 A 11 37 18 A 29
Octal 163 147 137 0 12 21 67 30 12 51
Binary 1110011 1100111 1011111 0 1010 10001 110111 11000 1010 101001

Color Harmonies of #73675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73675F

Black with #73675F

Text Example


Text Example

White with #73675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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