Html Css Color HEX #71675F Pine Cone

📋 copy color: '#71675F'

red 113 ◦ green 103 ◦ blue 95

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

Shades of Pine Cone #71675F

Tints of Pine Cone #71675F

RGB

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

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

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

R = 36.33%
G = 33.12%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#71675F (or 0x71675F) is known color: Pine Cone. HEX triplet: 71, 67 and 5F. RGB value is (113,103,95). Sum of RGB (Red+Green+Blue) = 113+103+95=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71675F is #8E98A0. Grayscale: #696969. Windows color (decimal): -9345185 or 6252401. OLE color: 6252401.

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

Color convert

RGB 113 103 95 -
CMYK 0 0.09 0.16 0.56
HSL 26.67º 0.09% 0.41% -
HSV(B) 26.67º 0.16% 0.44% -
XYZ 13.73 14.04 12.81 -
YUV 105.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 113 103 95 0 0.09 0.16 0.56 26.67 0.09 0.41
Hex 71 67 5F 0 9 10 38 1B 9 29
Octal 161 147 137 0 11 20 70 33 11 51
Binary 1110001 1100111 1011111 0 1001 10000 111000 11011 1001 101001

Color Harmonies of #71675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71675F

Black with #71675F

Text Example


Text Example

White with #71675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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