Html Css Color HEX #827069 Russett

📋 copy color: '#827069'

red 130 ◦ green 112 ◦ blue 105

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

Shades of Russett #827069

Tints of Russett #827069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.28%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 37.46%
G = 32.28%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#827069 (or 0x827069) is known color: Russett. HEX triplet: 82, 70 and 69. RGB value is (130,112,105). Sum of RGB (Red+Green+Blue) = 130+112+105=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827069 is #7D8F96. Grayscale: #747474. Windows color (decimal): -8228759 or 6910082. OLE color: 6910082.

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

Color convert

RGB 130 112 105 -
CMYK 0 0.14 0.19 0.49
HSL 16.8º 0.11% 0.46% -
HSV(B) 16.8º 0.19% 0.51% -
XYZ 17.55 17.35 15.79 -
YUV 116.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 130 112 105 0 0.14 0.19 0.49 16.8 0.11 0.46
Hex 82 70 69 0 E 13 31 11 B 2E
Octal 202 160 151 0 16 23 61 21 13 56
Binary 10000010 1110000 1101001 0 1110 10011 110001 10001 1011 101110

Color Harmonies of #827069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827069

Black with #827069

Text Example


Text Example

White with #827069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827069; }

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

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

background-color css

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

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

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

border-color css

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

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

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