Html Css Color HEX #82665C Russett

📋 copy color: '#82665C'

red 130 ◦ green 102 ◦ blue 92

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

Shades of Russett #82665C

Tints of Russett #82665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.4%

R = 40.12%
G = 31.48%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82665C (or 0x82665C) is known color: Russett. HEX triplet: 82, 66 and 5C. RGB value is (130,102,92). Sum of RGB (Red+Green+Blue) = 130+102+92=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82665C is #7D99A3. Grayscale: #6D6D6D. Windows color (decimal): -8231332 or 6055554. OLE color: 6055554.

HSL color Cylindrical-coordinate representation of color #82665C: hue angle of 15.79º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82665C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 92 -
CMYK 0 0.22 0.29 0.49
HSL 15.79º 0.17% 0.44% -
HSV(B) 15.79º 0.29% 0.51% -
XYZ 15.89 15.02 12.19 -
YUV 109.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 130 102 92 0 0.22 0.29 0.49 15.79 0.17 0.44
Hex 82 66 5C 0 16 1D 31 10 11 2C
Octal 202 146 134 0 26 35 61 20 21 54
Binary 10000010 1100110 1011100 0 10110 11101 110001 10000 10001 101100

Color Harmonies of #82665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82665C

Black with #82665C

Text Example


Text Example

White with #82665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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