Html Css Color HEX #967F27 Lemon Ginger

📋 copy color: '#967F27'

red 150 ◦ green 127 ◦ blue 39

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

Shades of Lemon Ginger #967F27

Tints of Lemon Ginger #967F27

RGB

 RED value IS 150 (58.98% from 255) = 47.47%

 GREEN value IS 127 (50% from 255) = 40.19%

 BLUE value IS 39 (15.63% from 255) = 12.34%

R = 47.47%
G = 40.19%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#967F27 (or 0x967F27) is known color: Lemon Ginger. HEX triplet: 96, 7F and 27. RGB value is (150,127,39). Sum of RGB (Red+Green+Blue) = 150+127+39=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #967F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F27 is #6980D8. Grayscale: #7C7C7C. Windows color (decimal): -6914265 or 2588566. OLE color: 2588566.

HSL color Cylindrical-coordinate representation of color #967F27: hue angle of 47.57º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #967F27 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 39 -
CMYK 0 0.15 0.74 0.41
HSL 47.57º 0.59% 0.37% -
HSV(B) 47.57º 0.74% 0.59% -
XYZ 20.53 21.81 5.05 -
YUV 123.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 150 127 39 0 0.15 0.74 0.41 47.57 0.59 0.37
Hex 96 7F 27 0 F 4A 29 30 3B 25
Octal 226 177 47 0 17 112 51 60 73 45
Binary 10010110 1111111 100111 0 1111 1001010 101001 110000 111011 100101

Color Harmonies of #967F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F27

Black with #967F27

Text Example


Text Example

White with #967F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967F27; }

 p { color: rgb(150,127,39); }

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

background-color css

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

 a { background-color: rgb(150,127,39); }

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

border-color css

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

 span { border-color: rgb(150,127,39); }

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