Html Css Color HEX #806D30 Corn Harvest

📋 copy color: '#806D30'

red 128 ◦ green 109 ◦ blue 48

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

Shades of Corn Harvest #806D30

Tints of Corn Harvest #806D30

RGB

 RED value IS 128 (50.39% from 255) = 44.91%

 GREEN value IS 109 (42.97% from 255) = 38.25%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 44.91%
G = 38.25%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806D30 (or 0x806D30) is known color: Corn Harvest. HEX triplet: 80, 6D and 30. RGB value is (128,109,48). Sum of RGB (Red+Green+Blue) = 128+109+48=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #806D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806D30 is #7F92CF. Grayscale: #6B6B6B. Windows color (decimal): -8360656 or 3173760. OLE color: 3173760.

HSL color Cylindrical-coordinate representation of color #806D30: hue angle of 45.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806D30 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 109 48 -
CMYK 0 0.15 0.62 0.50
HSL 45.75º 0.45% 0.35% -
HSV(B) 45.75º 0.63% 0.5% -
XYZ 14.9 15.74 5.05 -
YUV 107.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 128 109 48 0 0.15 0.62 0.50 45.75 0.45 0.35
Hex 80 6D 30 0 F 3E 32 2E 2D 23
Octal 200 155 60 0 17 76 62 56 55 43
Binary 10000000 1101101 110000 0 1111 111110 110010 101110 101101 100011

Color Harmonies of #806D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806D30

Black with #806D30

Text Example


Text Example

White with #806D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806D30; }

 p { color: rgb(128,109,48); }

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

background-color css

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

 a { background-color: rgb(128,109,48); }

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

border-color css

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

 span { border-color: rgb(128,109,48); }

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