Html Css Color HEX #826F6E Ferra

📋 copy color: '#826F6E'

red 130 ◦ green 111 ◦ blue 110

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

Shades of Ferra #826F6E

Tints of Ferra #826F6E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 37.04%
G = 31.62%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#826F6E (or 0x826F6E) is known color: Ferra. HEX triplet: 82, 6F and 6E. RGB value is (130,111,110). Sum of RGB (Red+Green+Blue) = 130+111+110=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #826F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F6E is #7D9091. Grayscale: #747474. Windows color (decimal): -8229010 or 7237506. OLE color: 7237506.

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

Color convert

RGB 130 111 110 -
CMYK 0 0.15 0.15 0.49
HSL 0.08% 0.47% -
HSV(B) 0.15% 0.51% -
XYZ 17.7 17.24 17.15 -
YUV 116.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 130 111 110 0 0.15 0.15 0.49 3 0.08 0.47
Hex 82 6F 6E 0 F F 31 3 8 2F
Octal 202 157 156 0 17 17 61 3 10 57
Binary 10000010 1101111 1101110 0 1111 1111 110001 11 1000 101111

Color Harmonies of #826F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F6E

Black with #826F6E

Text Example


Text Example

White with #826F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,111,110); }

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

background-color css

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

 a { background-color: rgb(130,111,110); }

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

border-color css

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

 span { border-color: rgb(130,111,110); }

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