Html Css Color HEX #82665F Russett

📋 copy color: '#82665F'

red 130 ◦ green 102 ◦ blue 95

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

Shades of Russett #82665F

Tints of Russett #82665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 39.76%
G = 31.19%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82665F (or 0x82665F) is known color: Russett. HEX triplet: 82, 66 and 5F. RGB value is (130,102,95). Sum of RGB (Red+Green+Blue) = 130+102+95=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #82665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82665F is #7D99A0. Grayscale: #6D6D6D. Windows color (decimal): -8231329 or 6252162. OLE color: 6252162.

HSL color Cylindrical-coordinate representation of color #82665F: hue angle of 12º 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 #82665F is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 95 -
CMYK 0 0.22 0.27 0.49
HSL 12º 0.16% 0.44% -
HSV(B) 12º 0.27% 0.51% -
XYZ 16.02 15.07 12.89 -
YUV 109.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 130 102 95 0 0.22 0.27 0.49 12 0.16 0.44
Hex 82 66 5F 0 16 1B 31 C 10 2C
Octal 202 146 137 0 26 33 61 14 20 54
Binary 10000010 1100110 1011111 0 10110 11011 110001 1100 10000 101100

Color Harmonies of #82665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82665F

Black with #82665F

Text Example


Text Example

White with #82665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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