Html Css Color HEX #84695C Russett

📋 copy color: '#84695C'

red 132 ◦ green 105 ◦ blue 92

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

Shades of Russett #84695C

Tints of Russett #84695C

RGB

 RED value IS 132 (51.95% from 255) = 40.12%

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

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

R = 40.12%
G = 31.91%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84695C (or 0x84695C) is known color: Russett. HEX triplet: 84, 69 and 5C. RGB value is (132,105,92). Sum of RGB (Red+Green+Blue) = 132+105+92=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84695C is #7B96A3. Grayscale: #6F6F6F. Windows color (decimal): -8099492 or 6056324. OLE color: 6056324.

HSL color Cylindrical-coordinate representation of color #84695C: hue angle of 19.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84695C is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 105 92 -
CMYK 0 0.20 0.30 0.48
HSL 19.5º 0.18% 0.44% -
HSV(B) 19.5º 0.3% 0.52% -
XYZ 16.5 15.78 12.3 -
YUV 111.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 132 105 92 0 0.20 0.30 0.48 19.5 0.18 0.44
Hex 84 69 5C 0 14 1E 30 14 12 2C
Octal 204 151 134 0 24 36 60 24 22 54
Binary 10000100 1101001 1011100 0 10100 11110 110000 10100 10010 101100

Color Harmonies of #84695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84695C

Black with #84695C

Text Example


Text Example

White with #84695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,105,92); }

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

background-color css

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

 a { background-color: rgb(132,105,92); }

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

border-color css

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

 span { border-color: rgb(132,105,92); }

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