Html Css Color HEX #81826B Schist

📋 copy color: '#81826B'

red 129 ◦ green 130 ◦ blue 107

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

Shades of Schist #81826B

Tints of Schist #81826B

RGB

 RED value IS 129 (50.78% from 255) = 35.25%

 GREEN value IS 130 (51.17% from 255) = 35.52%

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

R = 35.25%
G = 35.52%
B = 29.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#81826B (or 0x81826B) is known color: Schist. HEX triplet: 81, 82 and 6B. RGB value is (129,130,107). Sum of RGB (Red+Green+Blue) = 129+130+107=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #81826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81826B is #7E7D94. Grayscale: #7F7F7F. Windows color (decimal): -8289685 or 7045761. OLE color: 7045761.

HSL color Cylindrical-coordinate representation of color #81826B: hue angle of 62.61º 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 #81826B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 130 107 -
CMYK 0.01 0 0.18 0.49
HSL 62.61º 0.1% 0.46% -
HSV(B) 62.61º 0.18% 0.51% -
XYZ 19.69 21.69 17.06 -
YUV 127.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 129 130 107 0.01 0 0.18 0.49 62.61 0.1 0.46
Hex 81 82 6B 1 0 12 31 3F A 2E
Octal 201 202 153 1 0 22 61 77 12 56
Binary 10000001 10000010 1101011 1 0 10010 110001 111111 1010 101110

Color Harmonies of #81826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81826B

Black with #81826B

Text Example


Text Example

White with #81826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81826B; }

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

 H1.HeaderClassName
 {
   color: #81826B;
 }
 .AnyTagClassName
 {
   color: #81826B;
 }
</style>

background-color css

<style>
 a { background-color: #81826B; }

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

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

border-color css

<style>
 span { border-color: #81826B; }

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

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