Html Css Color HEX #71675B Pine Cone

📋 copy color: '#71675B'

red 113 ◦ green 103 ◦ blue 91

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

Shades of Pine Cone #71675B

Tints of Pine Cone #71675B

RGB

 RED value IS 113 (44.53% from 255) = 36.81%

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

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

R = 36.81%
G = 33.55%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#71675B (or 0x71675B) is known color: Pine Cone. HEX triplet: 71, 67 and 5B. RGB value is (113,103,91). Sum of RGB (Red+Green+Blue) = 113+103+91=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #71675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71675B is #8E98A4. Grayscale: #686868. Windows color (decimal): -9345189 or 5990257. OLE color: 5990257.

HSL color Cylindrical-coordinate representation of color #71675B: hue angle of 32.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71675B is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 103 91 -
CMYK 0 0.09 0.19 0.56
HSL 32.73º 0.11% 0.4% -
HSV(B) 32.73º 0.19% 0.44% -
XYZ 13.55 13.97 11.88 -
YUV 104.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 113 103 91 0 0.09 0.19 0.56 32.73 0.11 0.4
Hex 71 67 5B 0 9 13 38 21 B 28
Octal 161 147 133 0 11 23 70 41 13 50
Binary 1110001 1100111 1011011 0 1001 10011 111000 100001 1011 101000

Color Harmonies of #71675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71675B

Black with #71675B

Text Example


Text Example

White with #71675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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