Html Css Color HEX #826D6C Ferra

📋 copy color: '#826D6C'

red 130 ◦ green 109 ◦ blue 108

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

Shades of Ferra #826D6C

Tints of Ferra #826D6C

RGB

 RED value IS 130 (51.17% from 255) = 37.46%

 GREEN value IS 109 (42.97% from 255) = 31.41%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 37.46%
G = 31.41%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#826D6C (or 0x826D6C) is known color: Ferra. HEX triplet: 82, 6D and 6C. RGB value is (130,109,108). Sum of RGB (Red+Green+Blue) = 130+109+108=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #826D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D6C is #7D9293. Grayscale: #737373. Windows color (decimal): -8229524 or 7105922. OLE color: 7105922.

HSL color Cylindrical-coordinate representation of color #826D6C: hue angle of 2.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #826D6C is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 108 -
CMYK 0 0.16 0.17 0.49
HSL 2.73º 0.09% 0.47% -
HSV(B) 2.73º 0.17% 0.51% -
XYZ 17.38 16.77 16.51 -
YUV 115.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 130 109 108 0 0.16 0.17 0.49 2.73 0.09 0.47
Hex 82 6D 6C 0 10 11 31 3 9 2F
Octal 202 155 154 0 20 21 61 3 11 57
Binary 10000010 1101101 1101100 0 10000 10001 110001 11 1001 101111

Color Harmonies of #826D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D6C

Black with #826D6C

Text Example


Text Example

White with #826D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826D6C; }

 p { color: rgb(130,109,108); }

 H1.HeaderClassName
 {
   color: #826D6C;
 }
 .AnyTagClassName
 {
   color: #826D6C;
 }
</style>

background-color css

<style>
 a { background-color: #826D6C; }

 a { background-color: rgb(130,109,108); }

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

border-color css

<style>
 span { border-color: #826D6C; }

 span { border-color: rgb(130,109,108); }

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