Html Css Color HEX #908114 Lemon Ginger

📋 copy color: '#908114'

red 144 ◦ green 129 ◦ blue 20

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

Shades of Lemon Ginger #908114

Tints of Lemon Ginger #908114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

 BLUE value IS 20 (8.2% from 255) = 6.83%

R = 49.15%
G = 44.03%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#908114 (or 0x908114) is known color: Lemon Ginger. HEX triplet: 90, 81 and 14. RGB value is (144,129,20). Sum of RGB (Red+Green+Blue) = 144+129+20=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #908114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908114 is #6F7EEB. Grayscale: #797979. Windows color (decimal): -7306988 or 1343888. OLE color: 1343888.

HSL color Cylindrical-coordinate representation of color #908114: hue angle of 52.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #908114 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 20 -
CMYK 0 0.10 0.86 0.44
HSL 52.74º 0.76% 0.32% -
HSV(B) 52.74º 0.86% 0.56% -
XYZ 19.48 21.68 3.82 -
YUV 121.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 144 129 20 0 0.10 0.86 0.44 52.74 0.76 0.32
Hex 90 81 14 0 A 56 2C 35 4C 20
Octal 220 201 24 0 12 126 54 65 114 40
Binary 10010000 10000001 10100 0 1010 1010110 101100 110101 1001100 100000

Color Harmonies of #908114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908114

Black with #908114

Text Example


Text Example

White with #908114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908114; }

 p { color: rgb(144,129,20); }

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

background-color css

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

 a { background-color: rgb(144,129,20); }

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

border-color css

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

 span { border-color: rgb(144,129,20); }

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