Html Css Color HEX #7D6951 Pine Cone

📋 copy color: '#7D6951'

red 125 ◦ green 105 ◦ blue 81

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

Shades of Pine Cone #7D6951

Tints of Pine Cone #7D6951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

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

R = 40.19%
G = 33.76%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D6951 (or 0x7D6951) is known color: Pine Cone. HEX triplet: 7D, 69 and 51. RGB value is (125,105,81). Sum of RGB (Red+Green+Blue) = 125+105+81=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6951 is #8296AE. Grayscale: #6C6C6C. Windows color (decimal): -8558255 or 5335421. OLE color: 5335421.

HSL color Cylindrical-coordinate representation of color #7D6951: hue angle of 32.73º 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 #7D6951 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 105 81 -
CMYK 0 0.16 0.35 0.51
HSL 32.73º 0.21% 0.4% -
HSV(B) 32.73º 0.35% 0.49% -
XYZ 14.99 15.06 9.9 -
YUV 108.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 125 105 81 0 0.16 0.35 0.51 32.73 0.21 0.4
Hex 7D 69 51 0 10 23 33 21 15 28
Octal 175 151 121 0 20 43 63 41 25 50
Binary 1111101 1101001 1010001 0 10000 100011 110011 100001 10101 101000

Color Harmonies of #7D6951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6951

Black with #7D6951

Text Example


Text Example

White with #7D6951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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