Html Css Color HEX #906B31 Corn Harvest

📋 copy color: '#906B31'

red 144 ◦ green 107 ◦ blue 49

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

Shades of Corn Harvest #906B31

Tints of Corn Harvest #906B31

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.67%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 48%
G = 35.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#906B31 (or 0x906B31) is known color: Corn Harvest. HEX triplet: 90, 6B and 31. RGB value is (144,107,49). Sum of RGB (Red+Green+Blue) = 144+107+49=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #906B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #906B31 is #6F94CE. Grayscale: #6F6F6F. Windows color (decimal): -7312591 or 3238800. OLE color: 3238800.

HSL color Cylindrical-coordinate representation of color #906B31: hue angle of 36.63º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #906B31 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 107 49 -
CMYK 0 0.26 0.66 0.44
HSL 36.63º 0.49% 0.38% -
HSV(B) 36.63º 0.66% 0.56% -
XYZ 17.31 16.67 5.21 -
YUV 111.45 92.76 151.22 -
System Red Green Blue C M Y K H S L
Decimal 144 107 49 0 0.26 0.66 0.44 36.63 0.49 0.38
Hex 90 6B 31 0 1A 42 2C 25 31 26
Octal 220 153 61 0 32 102 54 45 61 46
Binary 10010000 1101011 110001 0 11010 1000010 101100 100101 110001 100110

Color Harmonies of #906B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B31

Black with #906B31

Text Example


Text Example

White with #906B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906B31; }

 p { color: rgb(144,107,49); }

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

background-color css

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

 a { background-color: rgb(144,107,49); }

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

border-color css

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

 span { border-color: rgb(144,107,49); }

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