Html Css Color HEX #837068 Russett

📋 copy color: '#837068'

red 131 ◦ green 112 ◦ blue 104

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

Shades of Russett #837068

Tints of Russett #837068

RGB

 RED value IS 131 (51.56% from 255) = 37.75%

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

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 37.75%
G = 32.28%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#837068 (or 0x837068) is known color: Russett. HEX triplet: 83, 70 and 68. RGB value is (131,112,104). Sum of RGB (Red+Green+Blue) = 131+112+104=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #837068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837068 is #7C8F97. Grayscale: #747474. Windows color (decimal): -8163224 or 6844547. OLE color: 6844547.

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

Color convert

RGB 131 112 104 -
CMYK 0 0.15 0.21 0.49
HSL 17.78º 0.11% 0.46% -
HSV(B) 17.78º 0.21% 0.51% -
XYZ 17.65 17.41 15.53 -
YUV 116.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 131 112 104 0 0.15 0.21 0.49 17.78 0.11 0.46
Hex 83 70 68 0 F 15 31 12 B 2E
Octal 203 160 150 0 17 25 61 22 13 56
Binary 10000011 1110000 1101000 0 1111 10101 110001 10010 1011 101110

Color Harmonies of #837068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837068

Black with #837068

Text Example


Text Example

White with #837068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837068; }

 p { color: rgb(131,112,104); }

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

background-color css

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

 a { background-color: rgb(131,112,104); }

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

border-color css

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

 span { border-color: rgb(131,112,104); }

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