Html Css Color HEX #7C6951 Pine Cone

📋 copy color: '#7C6951'

red 124 ◦ green 105 ◦ blue 81

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

Shades of Pine Cone #7C6951

Tints of Pine Cone #7C6951

RGB

 RED value IS 124 (48.83% from 255) = 40%

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

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

R = 40%
G = 33.87%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7C6951 (or 0x7C6951) is known color: Pine Cone. HEX triplet: 7C, 69 and 51. RGB value is (124,105,81). Sum of RGB (Red+Green+Blue) = 124+105+81=310 (41% of max value = 765). Red value is 124 (48.83% from 255 or 40% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6951 is #8396AE. Grayscale: #6C6C6C. Windows color (decimal): -8623791 or 5335420. OLE color: 5335420.

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

Color convert

RGB 124 105 81 -
CMYK 0 0.15 0.35 0.51
HSL 33.49º 0.21% 0.4% -
HSV(B) 33.49º 0.35% 0.49% -
XYZ 14.85 14.98 9.89 -
YUV 107.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 124 105 81 0 0.15 0.35 0.51 33.49 0.21 0.4
Hex 7C 69 51 0 F 23 33 21 15 28
Octal 174 151 121 0 17 43 63 41 25 50
Binary 1111100 1101001 1010001 0 1111 100011 110011 100001 10101 101000

Color Harmonies of #7C6951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6951

Black with #7C6951

Text Example


Text Example

White with #7C6951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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