Html Css Color HEX #897268 Beaver

📋 copy color: '#897268'

red 137 ◦ green 114 ◦ blue 104

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

Shades of Beaver #897268

Tints of Beaver #897268

RGB

 RED value IS 137 (53.91% from 255) = 38.59%

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 38.59%
G = 32.11%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#897268 (or 0x897268) is known color: Beaver. HEX triplet: 89, 72 and 68. RGB value is (137,114,104). Sum of RGB (Red+Green+Blue) = 137+114+104=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #897268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897268 is #768D97. Grayscale: #777777. Windows color (decimal): -7769496 or 6845065. OLE color: 6845065.

HSL color Cylindrical-coordinate representation of color #897268: hue angle of 18.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #897268 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 114 104 -
CMYK 0 0.17 0.24 0.46
HSL 18.18º 0.14% 0.47% -
HSV(B) 18.18º 0.24% 0.54% -
XYZ 18.83 18.35 15.65 -
YUV 119.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 137 114 104 0 0.17 0.24 0.46 18.18 0.14 0.47
Hex 89 72 68 0 11 18 2E 12 E 2F
Octal 211 162 150 0 21 30 56 22 16 57
Binary 10001001 1110010 1101000 0 10001 11000 101110 10010 1110 101111

Color Harmonies of #897268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897268

Black with #897268

Text Example


Text Example

White with #897268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897268; }

 p { color: rgb(137,114,104); }

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

background-color css

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

 a { background-color: rgb(137,114,104); }

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

border-color css

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

 span { border-color: rgb(137,114,104); }

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