Html Css Color HEX #71675A Pine Cone

📋 copy color: '#71675A'

red 113 ◦ green 103 ◦ blue 90

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

Shades of Pine Cone #71675A

Tints of Pine Cone #71675A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 36.93%
G = 33.66%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#71675A (or 0x71675A) is known color: Pine Cone. HEX triplet: 71, 67 and 5A. RGB value is (113,103,90). Sum of RGB (Red+Green+Blue) = 113+103+90=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #71675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71675A is #8E98A5. Grayscale: #686868. Windows color (decimal): -9345190 or 5924721. OLE color: 5924721.

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

Color convert

RGB 113 103 90 -
CMYK 0 0.09 0.20 0.56
HSL 33.91º 0.11% 0.4% -
HSV(B) 33.91º 0.2% 0.44% -
XYZ 13.51 13.95 11.65 -
YUV 104.51 119.81 134.06 -
System Red Green Blue C M Y K H S L
Decimal 113 103 90 0 0.09 0.20 0.56 33.91 0.11 0.4
Hex 71 67 5A 0 9 14 38 22 B 28
Octal 161 147 132 0 11 24 70 42 13 50
Binary 1110001 1100111 1011010 0 1001 10100 111000 100010 1011 101000

Color Harmonies of #71675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71675A

Black with #71675A

Text Example


Text Example

White with #71675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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