Html Css Color HEX #907063 Beaver

📋 copy color: '#907063'

red 144 ◦ green 112 ◦ blue 99

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

Shades of Beaver #907063

Tints of Beaver #907063

RGB

 RED value IS 144 (56.64% from 255) = 40.56%

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

 BLUE value IS 99 (39.06% from 255) = 27.89%

R = 40.56%
G = 31.55%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#907063 (or 0x907063) is known color: Beaver. HEX triplet: 90, 70 and 63. RGB value is (144,112,99). Sum of RGB (Red+Green+Blue) = 144+112+99=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #907063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907063 is #6F8F9C. Grayscale: #787878. Windows color (decimal): -7311261 or 6516880. OLE color: 6516880.

HSL color Cylindrical-coordinate representation of color #907063: hue angle of 17.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #907063 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 112 99 -
CMYK 0 0.22 0.31 0.44
HSL 17.33º 0.19% 0.48% -
HSV(B) 17.33º 0.31% 0.56% -
XYZ 19.55 18.42 14.33 -
YUV 120.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 144 112 99 0 0.22 0.31 0.44 17.33 0.19 0.48
Hex 90 70 63 0 16 1F 2C 11 13 30
Octal 220 160 143 0 26 37 54 21 23 60
Binary 10010000 1110000 1100011 0 10110 11111 101100 10001 10011 110000

Color Harmonies of #907063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907063

Black with #907063

Text Example


Text Example

White with #907063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907063; }

 p { color: rgb(144,112,99); }

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

background-color css

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

 a { background-color: rgb(144,112,99); }

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

border-color css

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

 span { border-color: rgb(144,112,99); }

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