Html Css Color HEX #97862D Lemon Ginger

📋 copy color: '#97862D'

red 151 ◦ green 134 ◦ blue 45

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

Shades of Lemon Ginger #97862D

Tints of Lemon Ginger #97862D

RGB

 RED value IS 151 (59.38% from 255) = 45.76%

 GREEN value IS 134 (52.73% from 255) = 40.61%

 BLUE value IS 45 (17.97% from 255) = 13.64%

R = 45.76%
G = 40.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#97862D (or 0x97862D) is known color: Lemon Ginger. HEX triplet: 97, 86 and 2D. RGB value is (151,134,45). Sum of RGB (Red+Green+Blue) = 151+134+45=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97862D is #6879D2. Grayscale: #818181. Windows color (decimal): -6846931 or 2983575. OLE color: 2983575.

HSL color Cylindrical-coordinate representation of color #97862D: hue angle of 50.38º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97862D is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 134 45 -
CMYK 0 0.11 0.70 0.41
HSL 50.38º 0.54% 0.38% -
HSV(B) 50.38º 0.7% 0.59% -
XYZ 21.76 23.82 5.93 -
YUV 128.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 151 134 45 0 0.11 0.70 0.41 50.38 0.54 0.38
Hex 97 86 2D 0 B 46 29 32 36 26
Octal 227 206 55 0 13 106 51 62 66 46
Binary 10010111 10000110 101101 0 1011 1000110 101001 110010 110110 100110

Color Harmonies of #97862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97862D

Black with #97862D

Text Example


Text Example

White with #97862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97862D; }

 p { color: rgb(151,134,45); }

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

background-color css

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

 a { background-color: rgb(151,134,45); }

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

border-color css

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

 span { border-color: rgb(151,134,45); }

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