Html Css Color HEX #86672A Corn Harvest

📋 copy color: '#86672A'

red 134 ◦ green 103 ◦ blue 42

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

Shades of Corn Harvest #86672A

Tints of Corn Harvest #86672A

RGB

 RED value IS 134 (52.73% from 255) = 48.03%

 GREEN value IS 103 (40.63% from 255) = 36.92%

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 48.03%
G = 36.92%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86672A (or 0x86672A) is known color: Corn Harvest. HEX triplet: 86, 67 and 2A. RGB value is (134,103,42). Sum of RGB (Red+Green+Blue) = 134+103+42=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86672A is #7998D5. Grayscale: #696969. Windows color (decimal): -7968982 or 2779014. OLE color: 2779014.

HSL color Cylindrical-coordinate representation of color #86672A: hue angle of 39.78º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86672A is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 103 42 -
CMYK 0 0.23 0.69 0.47
HSL 39.78º 0.52% 0.35% -
HSV(B) 39.78º 0.69% 0.53% -
XYZ 15.1 14.94 4.28 -
YUV 105.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 134 103 42 0 0.23 0.69 0.47 39.78 0.52 0.35
Hex 86 67 2A 0 17 45 2F 28 34 23
Octal 206 147 52 0 27 105 57 50 64 43
Binary 10000110 1100111 101010 0 10111 1000101 101111 101000 110100 100011

Color Harmonies of #86672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86672A

Black with #86672A

Text Example


Text Example

White with #86672A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86672A; }

 p { color: rgb(134,103,42); }

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

background-color css

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

 a { background-color: rgb(134,103,42); }

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

border-color css

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

 span { border-color: rgb(134,103,42); }

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