Html Css Color HEX #82695F Russett

📋 copy color: '#82695F'

red 130 ◦ green 105 ◦ blue 95

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

Shades of Russett #82695F

Tints of Russett #82695F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.79%

R = 39.39%
G = 31.82%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82695F (or 0x82695F) is known color: Russett. HEX triplet: 82, 69 and 5F. RGB value is (130,105,95). Sum of RGB (Red+Green+Blue) = 130+105+95=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #82695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82695F is #7D96A0. Grayscale: #6F6F6F. Windows color (decimal): -8230561 or 6252930. OLE color: 6252930.

HSL color Cylindrical-coordinate representation of color #82695F: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82695F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 105 95 -
CMYK 0 0.19 0.27 0.49
HSL 17.14º 0.16% 0.44% -
HSV(B) 17.14º 0.27% 0.51% -
XYZ 16.32 15.68 12.99 -
YUV 111.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 130 105 95 0 0.19 0.27 0.49 17.14 0.16 0.44
Hex 82 69 5F 0 13 1B 31 11 10 2C
Octal 202 151 137 0 23 33 61 21 20 54
Binary 10000010 1101001 1011111 0 10011 11011 110001 10001 10000 101100

Color Harmonies of #82695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82695F

Black with #82695F

Text Example


Text Example

White with #82695F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82695F; }

 p { color: rgb(130,105,95); }

 H1.HeaderClassName
 {
   color: #82695F;
 }
 .AnyTagClassName
 {
   color: #82695F;
 }
</style>

background-color css

<style>
 a { background-color: #82695F; }

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

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

border-color css

<style>
 span { border-color: #82695F; }

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

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