Html Css Color HEX #7D6851 Pine Cone

📋 copy color: '#7D6851'

red 125 ◦ green 104 ◦ blue 81

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

Shades of Pine Cone #7D6851

Tints of Pine Cone #7D6851

RGB

 RED value IS 125 (49.22% from 255) = 40.32%

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 40.32%
G = 33.55%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D6851 (or 0x7D6851) is known color: Pine Cone. HEX triplet: 7D, 68 and 51. RGB value is (125,104,81). Sum of RGB (Red+Green+Blue) = 125+104+81=310 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.32% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6851 is #8297AE. Grayscale: #6B6B6B. Windows color (decimal): -8558511 or 5335165. OLE color: 5335165.

HSL color Cylindrical-coordinate representation of color #7D6851: hue angle of 31.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6851 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 104 81 -
CMYK 0 0.17 0.35 0.51
HSL 31.36º 0.21% 0.4% -
HSV(B) 31.36º 0.35% 0.49% -
XYZ 14.89 14.85 9.87 -
YUV 107.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 125 104 81 0 0.17 0.35 0.51 31.36 0.21 0.4
Hex 7D 68 51 0 11 23 33 1F 15 28
Octal 175 150 121 0 21 43 63 37 25 50
Binary 1111101 1101000 1010001 0 10001 100011 110011 11111 10101 101000

Color Harmonies of #7D6851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6851

Black with #7D6851

Text Example


Text Example

White with #7D6851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D6851; }

 p { color: rgb(125,104,81); }

 H1.HeaderClassName
 {
   color: #7D6851;
 }
 .AnyTagClassName
 {
   color: #7D6851;
 }
</style>

background-color css

<style>
 a { background-color: #7D6851; }

 a { background-color: rgb(125,104,81); }

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

border-color css

<style>
 span { border-color: #7D6851; }

 span { border-color: rgb(125,104,81); }

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