Html Css Color HEX #838069 Bandicoot

📋 copy color: '#838069'

red 131 ◦ green 128 ◦ blue 105

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

Shades of Bandicoot #838069

Tints of Bandicoot #838069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.16%

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

R = 35.99%
G = 35.16%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#838069 (or 0x838069) is known color: Bandicoot. HEX triplet: 83, 80 and 69. RGB value is (131,128,105). Sum of RGB (Red+Green+Blue) = 131+128+105=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #838069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838069 is #7C7F96. Grayscale: #7E7E7E. Windows color (decimal): -8159127 or 6914179. OLE color: 6914179.

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

Color convert

RGB 131 128 105 -
CMYK 0 0.02 0.20 0.49
HSL 53.08º 0.11% 0.46% -
HSV(B) 53.08º 0.2% 0.51% -
XYZ 19.63 21.28 16.44 -
YUV 126.28 115.99 131.37 -
System Red Green Blue C M Y K H S L
Decimal 131 128 105 0 0.02 0.20 0.49 53.08 0.11 0.46
Hex 83 80 69 0 2 14 31 35 B 2E
Octal 203 200 151 0 2 24 61 65 13 56
Binary 10000011 10000000 1101001 0 10 10100 110001 110101 1011 101110

Color Harmonies of #838069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838069

Black with #838069

Text Example


Text Example

White with #838069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838069; }

 p { color: rgb(131,128,105); }

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

background-color css

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

 a { background-color: rgb(131,128,105); }

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

border-color css

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

 span { border-color: rgb(131,128,105); }

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