Html Css Color HEX #73675B Pine Cone

📋 copy color: '#73675B'

red 115 ◦ green 103 ◦ blue 91

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

Shades of Pine Cone #73675B

Tints of Pine Cone #73675B

RGB

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

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

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

R = 37.22%
G = 33.33%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#73675B (or 0x73675B) is known color: Pine Cone. HEX triplet: 73, 67 and 5B. RGB value is (115,103,91). Sum of RGB (Red+Green+Blue) = 115+103+91=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675B is #8C98A4. Grayscale: #696969. Windows color (decimal): -9214117 or 5990259. OLE color: 5990259.

HSL color Cylindrical-coordinate representation of color #73675B: hue angle of 30º 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 #73675B is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 91 -
CMYK 0 0.10 0.21 0.55
HSL 30º 0.12% 0.4% -
HSV(B) 30º 0.21% 0.45% -
XYZ 13.81 14.1 11.89 -
YUV 105.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 115 103 91 0 0.10 0.21 0.55 30 0.12 0.4
Hex 73 67 5B 0 A 15 37 1E C 28
Octal 163 147 133 0 12 25 67 36 14 50
Binary 1110011 1100111 1011011 0 1010 10101 110111 11110 1100 101000

Color Harmonies of #73675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73675B

Black with #73675B

Text Example


Text Example

White with #73675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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