Html Css Color HEX #826B6B Ferra

📋 copy color: '#826B6B'

red 130 ◦ green 107 ◦ blue 107

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

Shades of Ferra #826B6B

Tints of Ferra #826B6B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 37.79%
G = 31.1%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#826B6B (or 0x826B6B) is known color: Ferra. HEX triplet: 82, 6B and 6B. RGB value is (130,107,107). Sum of RGB (Red+Green+Blue) = 130+107+107=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #826B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B6B is #7D9494. Grayscale: #717171. Windows color (decimal): -8230037 or 7039874. OLE color: 7039874.

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

Color convert

RGB 130 107 107 -
CMYK 0 0.18 0.18 0.49
HSL 0.1% 0.46% -
HSV(B) 0.18% 0.51% -
XYZ 17.12 16.32 16.16 -
YUV 113.88 124.12 139.5 -
System Red Green Blue C M Y K H S L
Decimal 130 107 107 0 0.18 0.18 0.49 0 0.1 0.46
Hex 82 6B 6B 0 12 12 31 0 A 2E
Octal 202 153 153 0 22 22 61 0 12 56
Binary 10000010 1101011 1101011 0 10010 10010 110001 0 1010 101110

Color Harmonies of #826B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B6B

Black with #826B6B

Text Example


Text Example

White with #826B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,107,107); }

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

background-color css

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

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

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

border-color css

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

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

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